Skip to content

Commit

Permalink
chore: disable doc tests
Browse files Browse the repository at this point in the history
* fix #488
* In order to make a release, failing docs are disabled on Travis.
  • Loading branch information
Midnighter committed Sep 12, 2018
1 parent 03db1e7 commit 7e433a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sudo: false
git:
depth: 2
cache:
- pip: true
- directories:
pip: true
directories:
- "memote-report-app/node_modules"
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ envlist = flake8, docs, py{27,35,36}

[travis]
os =
linux: flake8, docs, py{27,35,36}
linux: flake8, py{27,35,36}
osx: py{27,35}
python =
2.7: py27, flake8
3.5: py35, flake8, docs
3.5: py35, flake8
3.6: py36

[testenv]
Expand Down

0 comments on commit 7e433a8

Please sign in to comment.