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 dd3668a commit a78c741Copy full SHA for a78c741
.travis.yml
@@ -1,10 +1,10 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.3"
5
- "3.4"
6
- "3.5"
7
- "3.6"
+ - "3.7"
8
- "pypy"
9
install: "pip install -r dev-requirements.txt"
10
script: python setup.py test
0 commit comments