Browse Source

Test all Python versions using tox.

main
Stephan Richter 6 years ago
parent
commit
2455ba6e62
  1. 3
      .gitignore
  2. 9
      tox.ini

3
.gitignore vendored

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

9
tox.ini

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