summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Gilman <davidgilman1@gmail.com>2020-12-14 21:27:51 -0500
committerDavid Gilman <davidgilman1@gmail.com>2020-12-31 09:34:07 -0500
commit6e4b275888d7b7859c2882cef0a6e3d488de3749 (patch)
treeaad002ad6b7aa5914def31887fa4b04da0ab0c41 /tox.ini
parent463375fb4211c07ec951c3679eab6154f0d389c7 (diff)
downloadastroid-git-6e4b275888d7b7859c2882cef0a6e3d488de3749.tar.gz
Remove Python 3.5 support
pytest very recently dropped support for it, and if we can't run our tests on the platform we can't really support it
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 4 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 5379d136..f6067eea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,12 +18,11 @@ deps =
; we have a brain for nose
; we use pytest for tests
nose
- py{35,36,37,38,39}: numpy
- py{35,36,37,38,39}: attrs
- py{35,36,37,38,39}: typed_ast>=1.4.0,<1.5
+ py{36,37,38,39}: numpy
+ py{36,37,38,39}: attrs
+ py{36,37,38,39}: typed_ast>=1.4.0,<1.5
pytest
- !py{35,36,37,38,39}-six: python-dateutil
- pypy: singledispatch
+ !py{36,37,38,39}-six: python-dateutil
six: six
wrapt>=1.11,<1.13
coverage<5