Skip to content

Commit

Permalink
Disabled PyPy build as TravisCI doesn't work with PyPy 2.6 which is r…
Browse files Browse the repository at this point in the history
…equired by gevent
  • Loading branch information
Kamil Niechajewicz committed Sep 20, 2016
1 parent 720cf6d commit 7a875ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "pypy"
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
- coverage run --source=devourer -m devourer.tests && coverage report -m
- cd docs && make html
- cd docs && make html

0 comments on commit 7a875ec

Please sign in to comment.