1
0
Fork 0
forked from josch/img2pdf

Test all Python versions using tox.

This commit is contained in:
Stephan Richter 2017-05-22 12:29:53 -04:00
parent 45cea44fac
commit 2455ba6e62
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored
View file

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

9
tox.ini Normal file
View file

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