Skip to content

Commit 96849ae

Browse files
committed
make travis run tox fixes #72
1 parent 229b43d commit 96849ae

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.travis.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
language: python
2-
python:
3-
- "2.6"
4-
- "2.7"
2+
python: "2.7"
3+
4+
env:
5+
- TOX_ENV=py26-django14
6+
- TOX_ENV=py26-django15
7+
- TOX_ENV=py26-django16
8+
- TOX_ENV=py27-django14
9+
- TOX_ENV=py27-django15
10+
- TOX_ENV=py27-django16
11+
- TOX_ENV=py33-django15
12+
- TOX_ENV=py33-django16
13+
- TOX_ENV=docs
514

615
install:
7-
- pip install -r requirements/project.txt
16+
- pip install tox
817
- pip install coveralls
918

1019
script:
11-
- coverage run runtests.py
20+
- tox -e $TOX_ENV
1221

1322
after_success:
1423
- coveralls

0 commit comments

Comments
 (0)