This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tricircle
Code
Issues
Proposed changes
Browse Source
Merge "Add Python 3 Train unit tests"
changes/01/673201/1
Zuul
1 year ago
committed by
Gerrit Code Review
parent
0e0a0a4195
53deda0b00
commit
701f1c86c3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.zuul.yaml
+1
-1
tox.ini
+ 1
- 1
.zuul.yaml
View File
@ -54,7 +54,7 @@
-
project:
templates:
-
openstack-python-jobs-neutron
-
openstack-python3
6
-jobs-neutron
-
openstack-python3
-train
-jobs-neutron
-
openstack-python3-train-jobs
-
check-requirements
-
publish-openstack-docs-pti
+ 1
- 1
tox.ini
View File
@ -1,6 +1,6 @@
[tox]
minversion
=
2.0
envlist
=
py
36,py37,py2
7,pypy,pep8
envlist
=
py
27,py3
7,pypy,pep8
skipsdist
=
True
[testenv]
Write
Preview
Loading…
Cancel
Save