Skip to content

Commit bdcde2d

Browse files
committed
add python3.4 for tests
1 parent e791adb commit bdcde2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ python:
1717
env:
1818
- TOXENV=py27
1919
- TOXENV=py33
20+
- TOXENV=py34
2021

2122
install:
2223
- pip install nose coverage coveralls

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# content of: tox.ini , put in same dir as setup.py
22
[tox]
3-
envlist = py27,py33
3+
envlist = py27,py33,py34
44
[testenv]
55
deps=
66
-rrequirements.txt

0 commit comments

Comments
 (0)