From 997a59efb0187fb78fa90920fca514fa75f724ee Mon Sep 17 00:00:00 2001 From: Ammar Askar Date: Wed, 9 Aug 2017 12:33:05 -0400 Subject: [PATCH] Revert "List out the python versions we need for travis" This reverts commit ef790d2f08d423d33248da26ebbe5866b924a622. --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b420cac..fc00243 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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