Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from PolicyStat/use-travis-env
Browse files Browse the repository at this point in the history
Parallelize the travis build
  • Loading branch information
winhamwr committed Feb 10, 2015
2 parents 47796e8 + e90290d commit b18fad6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
language: python
install: pip install tox
script: tox -v
env:
- TOX_ENV=docs
- TOX_ENV=pep8
- TOX_ENV=py26-venv-1.7.2
- TOX_ENV=py26-venv-1.8.4
- TOX_ENV=py26-venv-1.9.1
- TOX_ENV=py27-venv-1.7.2
- TOX_ENV=py27-venv-1.8.4
- TOX_ENV=py27-venv-1.9.1
script: tox -e $TOX_ENV
notifications:
email:
- kyle.gibson@frozenonline.com

0 comments on commit b18fad6

Please sign in to comment.