Skip to content

Commit

Permalink
Use tox to test all versions of Python and Django by Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Yurevich committed Dec 8, 2013
1 parent 5877843 commit 68cd1b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis-requirements.txt

This file was deleted.

12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
language: python
python:
- "2.7"
- "3.3"
install: pip install -r .travis-requirements.txt --use-mirrors
script: python setup.py test
env:
- TOXENV="py27-django13"
- TOXENV="py27-django14"
- TOXENV="py27-django15"
- TOXENV="py27-django16"
- TOXENV="py33-django15"
- TOXENV="py33-django16"
install: pip install tox
script: tox -e $TOXENV

0 comments on commit 68cd1b9

Please sign in to comment.