mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Add tox py32 env
This commit is contained in:
parent
db6c3b79f7
commit
1231a9b30f
7
tox.ini
7
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist=
|
||||
dev, coveralls, pylint, flake8, pep257, py26, py27
|
||||
dev, coveralls, pylint, flake8, pep257, py26, py27, py32
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
@ -57,3 +57,8 @@ commands=
|
|||
basepython=python2.7
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
|
||||
[testenv:py32]
|
||||
basepython=python3.2
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
|
|
Loading…
Reference in New Issue
Block a user