Don't launch tests on Travis with Python 2 anymore

This commit is contained in:
Guillaume Ayoub 2016-03-31 19:59:52 +02:00
parent 434cb533e9
commit 287ef6caa2

View File

@ -1,9 +1,6 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5