Skip to content

Commit

Permalink
Merge "Add Python 3 Train unit tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Aug 31, 2019
2 parents 9d727f9 + 279f4f0 commit 5ba742a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python3-train-jobs
- openstack-pypy-jobs-nonvoting
- release-notes-jobs-python3
check:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

[files]
packages =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py{36,27},pep8,pypy
envlist = py27,py36,py37,pep8,pypy

[testenv]
usedevelop = True
Expand Down

0 comments on commit 5ba742a

Please sign in to comment.