projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f3412
)
Add py3 to the default tox env list
author
Jeremy Stanley
<fungi@yuggoth.org>
Mon, 16 Jul 2018 03:29:15 +0000
(
03:29
+0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Mon, 16 Jul 2018 03:29:15 +0000
(
03:29
+0000)
Add a py3 environment to tox's list of default envs so that it will
be included in a basic `tox` run.
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
98fa5ec
..
3e19868
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-4,7
+4,7
@@
[tox]
minversion = 2.0
-envlist = dist, docs, flake8, yamllint
+envlist = dist, docs, flake8, yamllint
, py3
skipsdist = True
[testenv]