Skip to content

Commit

Permalink
Build and test fixes for 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Mar 5, 2016
1 parent 27fd600 commit 61a9441
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_install:
- export EASY_SETUP_URL='http://peak.telecommunity.com/dist/ez_setup.py'

install:
- pip install --use-mirrors tox coveralls
- pip install --use-mirrors tox coveralls "virtualenv<14.0"

script:
- tox -e $TOX_ENV
Expand Down
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pypy,docs-py3
envlist = py27,py32,py33,py34,pypy,docs-py3
# envlist = py26,py27,py27-numpy,py32,py33,py33-numpy,pypy
# Jython is not testable, but there's no reason it should not work.
# py25 and py31 are deprecated as of 1.7.2
Expand Down Expand Up @@ -27,6 +27,11 @@ basepython = python2.7
deps = {[testenv]deps}
numpy

[testenv:py32]
basepython = python3.2
deps = {[testenv]deps}
coverage<4.0

[testenv:py33-numpy]
basepython = python3.3
deps = {[testenv]deps}
Expand Down

0 comments on commit 61a9441

Please sign in to comment.