Skip to content

Commit 8b147f3

Browse files
committed
test travis with tox
1 parent 78459e4 commit 8b147f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ notifications:
1414
python:
1515
- "2.7"
1616

17+
env:
18+
- TOXENV=py27
19+
- TOXENV=py33
20+
1721
install:
1822
- pip install nose coverage coveralls
1923
- pip install -r requirements.txt
24+
- pip install tox
2025

2126
script:
27+
- tox
2228
- nosetests --with-coverage --cover-package=sqlalchemy_mptt --cover-erase --with-doctest
2329

2430
after_success:

0 commit comments

Comments
 (0)