Travis not using tox.ini?

This commit is contained in:
Alex Clark 2013-03-07 09:06:51 -05:00
parent 23e665ac50
commit de957b6382
2 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@ script:
- python setup.py clean
- python setup.py install
- python selftest.py
- python Tests/run.py --installed

View File

@ -8,5 +8,5 @@ envlist = py26, py27, py32, py33, pypy
[testenv]
commands =
; {envpython} selftest.py
{envpython} selftest.py
{envpython} Tests/run.py --installed