Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 632a209

Browse files
committed
Merge pull request #81 from Nurdok/thedrow-patch-1
Added Python 3.4, PyPy and PyPy 3 to tox.ini
2 parents 9589896 + 5d98592 commit 632a209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# install tox" and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py32, py33
7+
envlist = py26, py27, py32, py33, py34, pypy, pypy3
88

99
[testenv]
1010
commands = py.test --pep8

0 commit comments

Comments
 (0)