summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-12-21 17:02:00 +0100
committerJulian Berman <Julian@GrayVines.com>2019-12-22 08:09:00 +0100
commitd9b9302c16fff700edf9de5977632d5383fe32d0 (patch)
tree2bc05b61e8f73fa5a4c66584150f23f6c4837805 /tox.ini
parent2c079f224c0e2fd426f937484c7c26f13d3d58af (diff)
downloadjsonschema-d9b9302c16fff700edf9de5977632d5383fe32d0.tar.gz
Hacky running of tox in CI.
This needs to be better, but hopefully upstream catches up.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index d92af87..71c88c5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py{35,36,37,38,py,py3}-{build,tests,tests_nongpl},
+ py{35,36,37,38,py2,py3}-{build,tests,tests_nongpl},
demo
readme
safety
@@ -146,8 +146,3 @@ commands =
{envbindir}/coverage run --rcfile={toxinidir}/.coveragerc {envbindir}/trial jsonschema
{envbindir}/coverage xml -o {envtmpdir}/coverage.xml
codecov --required --disable gcov --file {envtmpdir}/coverage.xml
-
-[travis]
-python =
- pypy: pypy, readme, safety, secrets
- pypy3: pypy3, demo, docs, style