List out the python versions we need for travis

This commit is contained in:
Ammar Askar 2017-08-09 12:31:34 -04:00 committed by GitHub
parent 304f08bf8c
commit ef790d2f08

View File

@ -1,6 +1,10 @@
language: python
python: 3.5
dist: precise
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
env:
- TOX_ENV=py27
- TOX_ENV=py33