Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Apr 4, 2017
1 parent e67ca14 commit 1c6d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- pytest

# Current releases of Pylint and astroid don't work well on Python 3.6.
- [ "$TRAVIS_PYTHON_VERSION" != "3.6" ] && pylint turq setup.py tests/*.py
- test "$TRAVIS_PYTHON_VERSION" != 3.6 && pylint turq *.py tests/*.py

# Check that the docs are building without warnings.
- sphinx-build -W docs/ docs/_build/
Expand Down

0 comments on commit 1c6d35b

Please sign in to comment.