Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin authored and mistercrunch committed Oct 21, 2015
1 parent 8e7eb2b commit 7d5cd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ install:
- pip install tox
script:
- tox --version
- travis_wait /usr/bin/python setup.py test --tox-args="-v -e $TOX_ENV"
- travis_wait ./run_tox.sh
1 change: 1 addition & 0 deletions run_tox.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python setup.py test --tox-args="-v -e $TOX_ENV"

0 comments on commit 7d5cd30

Please sign in to comment.