Skip to content

Commit 22f4f75

Browse files
committed
Test python 3.4 and 3.5.
1 parent 99e2b5c commit 22f4f75

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
python: 2.7
33
env:
4+
- TOX_ENV=py35
5+
- TOX_ENV=py34
46
- TOX_ENV=py33
57
- TOX_ENV=py27
68
- TOX_ENV=py26

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 = py26,py27,py33,pypy
3+
envlist = py26,py27,py33,py34,py35,pypy
44
[testenv]
55
deps=pytest
66
pytest-cov

0 commit comments

Comments
 (0)