Skip to content

Commit

Permalink
Fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Mar 11, 2016
1 parent fffaf5c commit ce39ba8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ install:

script:
- make cov
- python setup.py check -rms
- python setup.py check -rm
- if python -c "import sys; sys.exit(sys.version_info < (3,5))"; then
python setup.py check -s;
fi


cache:
Expand Down

0 comments on commit ce39ba8

Please sign in to comment.