summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-01-12 08:17:22 -0500
committerMonty Taylor <mordred@inaugust.com>2017-01-12 08:17:48 -0500
commit53858f340eeb55cf233a56fc6f63bd60f58251b3 (patch)
tree8ffecf4770b6554739a8df51f868b1ecb5bef13e /tox.ini
parent091fde16a38acf17e0d98db44cedc179464aa2f0 (diff)
downloados-client-config-53858f340eeb55cf233a56fc6f63bd60f58251b3.tar.gz
Remove 3.4 from tox envlist
We don't support it. Change-Id: I43c9bc965374cb8fbbe9c40f366aed31d8cf9022
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 08ba56e..bf0fd8b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py34,py35,py27,pypy,pep8
+envlist = py35,py27,pypy,pep8
skipsdist = True
[testenv]