Skip to content

Commit ed59b57

Browse files
committed
Update tox and travis configs
I'm removing python2.6 from travis for the time being. It requires unittest2 and it's not clear how to install that for just 2.6 in travis.
1 parent c3be08a commit ed59b57

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: python
22

33
python:
4-
- 2.6
54
- 2.7
6-
- 3.2
75
- 3.3
86
- 3.4
7+
- 3.5
98
- pypy
9+
- pypy3
1010

1111
services:
1212
- mongodb

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py32, py33, py34, pypy
7+
envlist = py26, py27, py33, py34, py35, pypy, pypy3
8+
skip_missing_interpreters = True
89

910
[testenv]
1011
commands =

0 commit comments

Comments
 (0)