Skip to content

Commit

Permalink
run specific tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed May 12, 2015
1 parent b650285 commit 418eee3
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Wire up travis
language: python
sudo: false

python:
- 2.6
- 2.7
- pypy
- 3.2
- 3.3
- 3.4
- pypy3
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=py2-docs
- TOXENV=py3-docs
- TOXENV=py2-cover,py3-cover,coverage

install: python setup.py dev
install:
- travis_retry pip install tox

script: python setup.py test -q
script:
- travis_retry tox

notifications:
email:
Expand Down

0 comments on commit 418eee3

Please sign in to comment.