Skip to content

Commit f8f7701

Browse files
committed
Added Py 3.4 and Pypy 3 as Tox targets
1 parent e535648 commit f8f7701

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ python: 2.7
33

44
env:
55
- TOX_ENV=py27
6-
- TOX_ENV=pypy
76
- TOX_ENV=py32
87
- TOX_ENV=py33
8+
- TOX_ENV=py34
9+
- TOX_ENV=pypy
10+
- TOX_ENV=pypy3
911

1012
before_install:
1113
- pip install tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py32,py33,py34,pypy
2+
envlist = py27,py32,py33,py34,pypy,pypy3
33

44
[testenv]
55
commands = nosetests --with-coverage {posargs} tests

0 commit comments

Comments
 (0)