Skip to content

Commit

Permalink
Travis configuration upgraded to deal with latest releases of depende…
Browse files Browse the repository at this point in the history
…ncies .
  • Loading branch information
bujniewicz committed Jan 3, 2017
1 parent f930a06 commit 3d6a73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ python:
- "3.5"
- "3.6"
script:
# need to skip pylint on 3.5 since it doesn't work yet.
- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then pylint devourer --rcfile=.pylintrc; fi
# need to skip pylint on 3.6 since it doesn't work yet.
- if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then pylint devourer --rcfile=.pylintrc; fi
- coverage run --source=devourer -m devourer.tests && coverage report -m
# skipping docs on 3.3 since Sphinx dropped support
- if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then cd docs && make html; fi

0 comments on commit 3d6a73d

Please sign in to comment.