Skip to content

Commit

Permalink
Use TravisCI containers and update usage of tox
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Jun 16, 2015
1 parent b7bce6f commit c7139c0
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
language: python

sudo: false

install:
pip install tox

script: tox -e ${TOX_ENV}
script: tox

notifications:
on_success: change
on_failure: always

env:
matrix:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=py27-flake8
- TOX_ENV=py34-flake8
- TOX_ENV=docstrings
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=py27-flake8
- TOXENV=py34-flake8
- TOXENV=docstrings

matrix:
allow_failures:
- env: TOX_ENV=docstrings
- env: TOXENV=docstrings

0 comments on commit c7139c0

Please sign in to comment.