Skip to content

Commit b405711

Browse files
committed
Test against Python 3.4
1 parent 9cb76cb commit b405711

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- "2.6"
44
- "2.7"
55
- "3.3"
6+
- "3.4"
67
- "pypy"
78
# command to run tests, e.g. python setup.py test
89
script: make travis-test

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
2-
envlist = py26,py27,py33
2+
envlist = py26,py27,py33,py34,pypy
33

44
[testenv]
55
deps=
6-
nose
6+
pytest
77
commands=
8-
nosetests -w tests
8+
py.test

0 commit comments

Comments
 (0)