We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2df81d commit 0390324Copy full SHA for 0390324
.travis.yml
@@ -4,7 +4,6 @@ python:
4
- 3.4
5
- 3.5
6
- 3.6
7
- - 3.7
8
before_install: pip install --upgrade setuptools
9
install: pip install tox tox-travis coveralls
10
before_script: if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e flake8; fi
0 commit comments