We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36e5531 + 6202e58 commit c6acee3Copy full SHA for c6acee3
1 file changed
.travis.yml
@@ -1,9 +1,8 @@
1
language: python
2
python:
3
-- '2.7'
4
-- '3.3'
5
-- '3.4'
6
- '3.5'
+- '3.6'
+- '3.7'
7
install:
8
- pip install -r requirements.txt
9
- pip install -r test_requirements.txt
0 commit comments