Commit b8bffaa4 authored by Stefan Behnel's avatar Stefan Behnel

update travis/tox test config

parent 102baeb3
language: python language: python
python: python:
- 2.4
- 2.5 - 2.5
- 2.6 - 2.6
- 2.7 - 2.7
# - 3.2 - 3.1
- 3.2
- 3.3
- pypy
install: pip install . install: pip install .
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py25, py26, py27, py30, py31, py32 #, pypy envlist = py24, py25, py26, py27, py31, py32, py33, pypy
[testenv] [testenv]
setenv = CFLAGS=-O0 setenv = CFLAGS=-O0
......
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