diff options
| author | Sean Brant | 2013-03-10 12:39:30 -0500 |
|---|---|---|
| committer | Sean Brant | 2013-03-10 12:39:30 -0500 |
| commit | 12c5f801cdcc5eda8314a3c0ff75df10c123e3ef (patch) | |
| tree | 6fcd9095124bb7f6ce15155b1b5ec96bdc392a62 /tox.ini | |
| parent | 29d4ad8a0dd2dd7809fe972eddb3db2c6c62e0a1 (diff) | |
| download | pykss-12c5f801cdcc5eda8314a3c0ff75df10c123e3ef.tar.bz2 | |
Adds pypy to tox
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27 +envlist = py26, py27, pypy [testenv] commands = python setup.py test |
