Commit 6bda8391 authored by Stefan Behnel's avatar Stefan Behnel

update Python versions in CI configurations

parent bf4d9dc3
...@@ -5,6 +5,7 @@ python: ...@@ -5,6 +5,7 @@ python:
- 2.7 - 2.7
- 3.2 - 3.2
- 3.3 - 3.3
- 3.4
# - pypy # - pypy
...@@ -14,7 +15,7 @@ branches: ...@@ -14,7 +15,7 @@ branches:
install: pip install . install: pip install .
script: CFLAGS=-O0 python runtests.py -vv script: CFLAGS="-O0 -ggdb" python runtests.py -vv
matrix: matrix:
allow_failures: allow_failures:
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py24, py25, py26, py27, py31, py32, py33, pypy envlist = py26, py27, py32, py33, py34, pypy
[testenv] [testenv]
setenv = CFLAGS=-O0 setenv = CFLAGS="-O0 -ggdb"
commands = commands =
{envpython} runtests.py -vv {envpython} runtests.py -vv
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment