We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7271b1 commit e40d9acCopy full SHA for e40d9ac
.travis.yml
@@ -0,0 +1,10 @@
1
+language: python
2
+python: 2.7
3
+env:
4
+ - TOX_ENV=py34
5
+ - TOX_ENV=py27
6
+ - TOX_ENV=pep8
7
+install:
8
+ - pip install tox
9
+script:
10
+ - tox -e $TOX_ENV
0 commit comments