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 e791adb commit bdcde2dCopy full SHA for bdcde2d
.travis.yml
@@ -17,6 +17,7 @@ python:
17
env:
18
- TOXENV=py27
19
- TOXENV=py33
20
+ - TOXENV=py34
21
22
install:
23
- pip install nose coverage coveralls
tox.ini
@@ -1,6 +1,6 @@
1
# content of: tox.ini , put in same dir as setup.py
2
[tox]
3
-envlist = py27,py33
+envlist = py27,py33,py34
4
[testenv]
5
deps=
6
-rrequirements.txt
0 commit comments