summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Gilman <davidgilman1@gmail.com>2020-12-14 20:54:16 -0500
committerDavid Gilman <davidgilman1@gmail.com>2020-12-31 09:33:46 -0500
commit463375fb4211c07ec951c3679eab6154f0d389c7 (patch)
tree36ecea10c1c655d8e85f76d04d9745f9466ec329 /tox.ini
parent689020c1f1d98109a6e6abba833b4d0a23c0ae56 (diff)
downloadastroid-git-463375fb4211c07ec951c3679eab6154f0d389c7.tar.gz
Add tox support for six-less environments
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 0e5d5a5a..5379d136 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35, py36, py37, py38, py39, pypy, pylint
+envlist = py{36,37,38,39}, py{36,37,38,39}-six, pylint
skip_missing_interpreters = true
[testenv:pylint]
@@ -18,13 +18,13 @@ deps =
; we have a brain for nose
; we use pytest for tests
nose
- py35,py36,py37,py38,py39: numpy
- py35,py36,py37,py38,py39: attr
- py35,py36,py37,py38,py39: typed_ast>=1.4.0,<1.5
+ 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
pytest
- python-dateutil
+ !py{35,36,37,38,39}-six: python-dateutil
pypy: singledispatch
- six~=1.12
+ six: six
wrapt>=1.11,<1.13
coverage<5