summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 8 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index bb237f83..83ab9edb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
[tox]
-envlist = py{27,34,35,36,37,38}, pypy{2,3}, doc, lint
+envlist = py{27,35,36,37,38}, pypy{2,3}, doc, lint
skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}
toxworkdir = {env:TOXWORKDIR:.tox}
@@ -13,12 +13,12 @@ deps =
# Check here for what might be out of date:
# https://requires.io/github/nedbat/coveragepy/requirements/
-r requirements/pytest.pip
- pip==18.1
- setuptools==40.6.3
+ pip==19.0.3
+ setuptools==40.8.0
# gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663
- py{27,34,35,36}: gevent==1.2.2
- py{27,34,35,36,37,38}: eventlet==0.24.1
- py{27,34,35,36,37,38}: greenlet==0.4.15
+ py{27,35,36}: gevent==1.2.2
+ py{27,35,36,37,38}: eventlet==0.24.1
+ py{27,35,36,37,38}: greenlet==0.4.15
# Windows can't update the pip version with pip running, so use Python
# to install things.
@@ -85,7 +85,7 @@ setenv =
commands =
python -m tabnanny {env:LINTABLE}
python igor.py check_eol
- check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc'
+ check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc,.github*'
python setup.py -q sdist bdist_wheel
twine check dist/*
python -m pylint --notes= {env:LINTABLE}
@@ -94,8 +94,8 @@ commands =
#2.7: py27, lint
python =
2.7: py27
- 3.4: py34
3.5: py35
3.6: py36
+ 3.7: py37
pypy: pypy
pypy3.5: pypy3