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.
This commit is contained in:
parent
c3be08afe0
commit
ed59b574c3
@ -1,12 +1,12 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- pypy
|
||||
- pypy3
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user