Skip to content

Commit 61a9441

Browse files
committed
Build and test fixes for 1.9
1 parent 27fd600 commit 61a9441

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- export EASY_SETUP_URL='http://peak.telecommunity.com/dist/ez_setup.py'
1818

1919
install:
20-
- pip install --use-mirrors tox coveralls
20+
- pip install --use-mirrors tox coveralls "virtualenv<14.0"
2121

2222
script:
2323
- tox -e $TOX_ENV

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py34,pypy,docs-py3
2+
envlist = py27,py32,py33,py34,pypy,docs-py3
33
# envlist = py26,py27,py27-numpy,py32,py33,py33-numpy,pypy
44
# Jython is not testable, but there's no reason it should not work.
55
# py25 and py31 are deprecated as of 1.7.2
@@ -27,6 +27,11 @@ basepython = python2.7
2727
deps = {[testenv]deps}
2828
numpy
2929

30+
[testenv:py32]
31+
basepython = python3.2
32+
deps = {[testenv]deps}
33+
coverage<4.0
34+
3035
[testenv:py33-numpy]
3136
basepython = python3.3
3237
deps = {[testenv]deps}

0 commit comments

Comments
 (0)