This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
openstack-doc-tools
Code
Issues
Proposed changes
Browse Source
Merge "Use py3 as the default runtime for tox"
changes/62/782462/1
Zuul
3 months ago
committed by
Gerrit Code Review
parent
bc5023a13c
31c0b1901c
commit
e1150ab84a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tox.ini
+ 1
- 1
tox.ini
View File
@ -1,6 +1,6 @@
[tox]
minversion
=
3.1.0
envlist
=
py3
8
,pep8
envlist
=
py3,pep8
skipsdist
=
True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
Write
Preview
Loading…
Cancel
Save