mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Adding py 33, 34 to tox and travis
This commit is contained in:
parent
946b1a240c
commit
233dedbcff
|
@ -11,3 +11,5 @@ env:
|
|||
- TOXENV=py26
|
||||
- TOXENV=py27
|
||||
- TOXENV=py32
|
||||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
|
|
12
tox.ini
12
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist=
|
||||
dev, coveralls, pylint, flake8, pep257, py26, py27, py32
|
||||
dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
@ -62,3 +62,13 @@ commands=
|
|||
basepython=python3.2
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
|
||||
[testenv:py33]
|
||||
basepython=python3.3
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
|
||||
[testenv:py34]
|
||||
basepython=python3.4
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
|
|
Loading…
Reference in New Issue
Block a user