Skip to content

Commit b8bffaa

Browse files
committed
update travis/tox test config
1 parent 102baeb commit b8bffaa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: python
22

33
python:
4+
- 2.4
45
- 2.5
56
- 2.6
67
- 2.7
7-
# - 3.2
8+
- 3.1
9+
- 3.2
10+
- 3.3
11+
- pypy
812

913
install: pip install .
1014

tox.ini

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

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

99
[testenv]
1010
setenv = CFLAGS=-O0

0 commit comments

Comments
 (0)