Skip to content

Commit

Permalink
Try to keep .travis.yml more in sync with tox.ini so we don't repeat …
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 10, 2015
1 parent 33616b3 commit 341bc08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
install:
- pip install nose
python: 2.7
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=pypy3
script:
- nosetests
- tox -e $TOX_ENV
notifications:
email: false
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ commands =
nosetests
deps =
nose
ExtensionClass

[testenv:py27-pure]
basepython =
Expand Down

0 comments on commit 341bc08

Please sign in to comment.