We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a293c1 commit 9923602Copy full SHA for 9923602
.travis.yml
100644
100755
@@ -1,9 +1,10 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.3"
5
- "3.4"
6
- "3.5"
+ - "3.6"
7
+ - "3.7"
8
- "pypy"
9
install:
10
- pip install -r requirements-dev.txt
0 commit comments