Add tox tests, for Python 2.6 and PyPy.

main
Vincent Driessen 12 years ago
parent 06b48c2026
commit 73e6017896

1
.gitignore vendored

@ -2,3 +2,4 @@
dump.rdb
/*.egg-info
.env
/.tox/

@ -0,0 +1,11 @@
[tox]
envlist=py26,py27,pypy
[testenv]
commands=py.test
deps=pytest
[testenv:py26]
deps=
pytest
unittest2
Loading…
Cancel
Save