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 0e1eb6f commit efc60b7Copy full SHA for efc60b7
.travis.yml
@@ -0,0 +1,9 @@
1
+sudo: false
2
+language: python
3
+python:
4
+ - "2.7"
5
+ - "3.4"
6
+ - "3.5"
7
+ - "3.6"
8
+install: pip install tox-travis
9
+script: tox
0 commit comments