From a3c9b05edd48a50242e29ca48786492bac96d711 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Sat, 23 Dec 2017 00:08:58 -0600 Subject: [PATCH] Remove python 3.3 support since pytest seems to no longer support 3.3 --- .travis.yml | 3 --- tox.ini | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fd23c17..67b1a89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,6 @@ matrix: - python: 2.7 env: - TOX_ENV=py27 - - python: 3.3 - env: - - TOX_ENV=py33 - python: 3.4 env: - TOX_ENV=py34 diff --git a/tox.ini b/tox.ini index daad3a4..c187ba3 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py33, py34, py35, py36, pypy +envlist = py27, py34, py35, py36, pypy [testenv] commands = py.test -vv