mirror of
https://gitlab.com/datalifeit/python-retrofix
synced 2023-12-14 06:13:03 +01:00
Add tox
This commit is contained in:
parent
e6cdd94cd7
commit
3a3bb222a1
1 changed files with 5 additions and 0 deletions
5
tox.ini
Normal file
5
tox.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[tox]
|
||||
envlist = {py27,py33,py34,py35,pypy}
|
||||
|
||||
[testenv]
|
||||
commands = {envpython} setup.py test
|
Loading…
Reference in a new issue