forked from josch/img2pdf
1
0
Fork 0

Test all Python versions using tox.

main
Stephan Richter 7 years ago
parent 45cea44fac
commit 2455ba6e62

3
.gitignore vendored

@ -1,3 +1,6 @@
*.pyc
build
src/*.egg-info
.eggs
.tox

@ -0,0 +1,9 @@
[tox]
envlist = py27,py35,pypy
[testenv]
deps =
.[test]
commands =
python setup.py test -q
Loading…
Cancel
Save