Merge "Add Python 3.5 classifier and venv"
This commit is contained in:
commit
4a25e1a5dd
8
releasenotes/notes/add-py35-f0ddb519029f5ee3.yaml
Normal file
8
releasenotes/notes/add-py35-f0ddb519029f5ee3.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
prelude: >
|
||||||
|
Infra team will start running python35 jobs
|
||||||
|
target to replace current python34 jobs
|
||||||
|
This is due to the change from Ubuntu Trusty to
|
||||||
|
Xenial, where python3.5 will be available.
|
||||||
|
features:
|
||||||
|
- Add Python 3.5 classifier and venv
|
@ -15,6 +15,8 @@ classifier =
|
|||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
|
Programming Language :: Python :: 3.4
|
||||||
|
Programming Language :: Python :: 3.5
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = py34,py27,pep8,pypy
|
envlist = py35,py34,py27,pep8,pypy
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user