Drop Python 3.3, since py.test doesn't support it anymore.

This commit is contained in:
Tobias Gruetzmacher 2017-11-28 01:57:05 +01:00
parent 1eeca97f48
commit 2f048c5992

View file

@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"