summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-13 09:54:56 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-13 09:54:58 -0800
commit7a8273b1bb4c7eb5e2c48b0da5239defa285438c (patch)
treee80604b1692acdb92e59753b6906cde13d2fec95 /tox.ini
parentf2c73612918c7ed357ffcf80e0c67d965d5ae9a3 (diff)
downloadnatsort-7a8273b1bb4c7eb5e2c48b0da5239defa285438c.tar.gz
Drop Python 3.4 from testing
The libraries used for testing do not run on Python 3.4 for the newest versions, and the versions that do run on Python 3.4 do not work on Pyhton 3.8.
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 6f830b0..bec5a24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
envlist =
- flake8, py27, py34, py35, py36, py37, py38
+ flake8, py27, py35, py36, py37, py38
# Other valid evironments are:
# docs
# release