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 a7b1839 commit 326a5f2Copy full SHA for 326a5f2
.travis.yml
@@ -1,7 +1,7 @@
1
sudo: false
2
language: python
3
python:
4
- - 2.7
5
- - 3.5
+ - "2.7"
+ - "3.5"
6
install: pip install tox-travis
7
-script: tox
+script: tox
0 commit comments