Skip to content

Commit 09b81db

Browse files
committed
fix versions of test environments and Cython in tox.ini
1 parent 79ea643 commit 09b81db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.hgignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cython_debug/
1111
.gitrev
1212
.coverage
1313
funding.txt
14+
.tox
1415
*.orig
1516
*.rej
1617
*.dep

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py30, py31, py32, py33
7+
envlist = py24, py25, py26, py27, py30, py31, py32, py33
88

99
[testenv]
1010
commands =
1111
{envpython} setup.py clean
1212
{envpython} setup.py build_ext --inplace
1313
make test
1414
deps =
15-
Cython>=0.14.1
15+
Cython>=0.17.2

0 commit comments

Comments
 (0)