Commit b8bffaa4 authored by Stefan Behnel's avatar Stefan Behnel

update travis/tox test config

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