Revert "List out the python versions we need for travis"

This reverts commit ef790d2f08.
This commit is contained in:
Ammar Askar 2017-08-09 12:33:05 -04:00
parent ef790d2f08
commit 997a59efb0
No known key found for this signature in database
GPG Key ID: 5466BE9666B54DED
1 changed files with 2 additions and 6 deletions

View File

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