Skip to content

Commit 7af78f1

Browse files
committed
fixes travis/tox config
1 parent e80294d commit 7af78f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44
python:
55
- "2.6"
66
- "2.7"
7-
- "3.2"
7+
- "3.3"
88
- "3.4"
99
- "3.5"
1010
- "pypy"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py26,py27,py32,py34,py35,pypy
2+
envlist=py26,py27,py33,py34,py35,pypy
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)