We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f4127 commit e4206deCopy full SHA for e4206de
.travis.yml
@@ -23,8 +23,8 @@ install:
23
- pip install flake8
24
- pip install codecov
25
script:
26
- - pycodestyle .
27
- - flake8 .
+ - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then pycodestyle .; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then flake8 .; fi
28
- python setup.py install
29
- python setup.py test
30
- cd docs && pip install -r requirements.txt && make clean && make html && make doctest && cd ..
0 commit comments