From 2b35169878f5ceab92b4e268579fa160069fb21d Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Wed, 3 Jan 2018 11:52:31 -0500 Subject: Bring Python versions under test up to date. To heck with 3.2. Keep 3.3 just in case there's something special about it; I don't remember. Add 3.6 because it's the newest. Move installation stuff to a Travis `install` block so it doesn't show up as a test failure if it breaks. Stop using pip's `--use-mirrors` option, which is gone in modern pips. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 06bd4fd..a8c9b5a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25, py26, py27, py32, py33 +envlist = py26, py27, py33, py36 [testenv] commands = nosetests blessings -- cgit v1.2.1