Skip to content

Commit

Permalink
tox integration to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Chibisov Gennady committed Feb 1, 2014
1 parent de69247 commit 8b8f971
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: python

python:
- "2.7"
- "3.3"

install:
- pip install tox

env:
- TOX_ENV=py27-drf2.3.5
Expand All @@ -13,4 +15,4 @@ env:
- TOX_ENV=py27-drf2.3.10

script:
- tox -e $TOX_ENV
- tox -e $TOX_ENV -- tests_app

0 comments on commit 8b8f971

Please sign in to comment.