summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-12-16 13:29:14 +0100
committerGitHub <noreply@github.com>2020-12-16 13:29:14 +0100
commit9ab6f6a57c3844d165b457cbe49e701baf584a41 (patch)
treee49a1889d717223c5bbc455e8fb2875bfa88d4d9 /tox.ini
parentb9512cfad5ac506aa076a2e7a42adee118194b11 (diff)
downloadzope-browser-9ab6f6a57c3844d165b457cbe49e701baf584a41.tar.gz
Covert.meta.cfg to .meta.toml (#14)
* Switching from .meta.cfg to .meta.toml. * Configuring for pure-python
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini20
1 files changed, 10 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index 8180767..7d9fc1e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,16 +2,16 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[tox]
envlist =
- lint,
- py27,
- py35,
- py36,
- py37,
- py38,
- py39,
- pypy,
- pypy3,
- docs,
+ lint
+ py27
+ py35
+ py36
+ py37
+ py38
+ py39
+ pypy
+ pypy3
+ docs
coverage
[testenv]