mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Add tox commands for running tests on py35
This commit is contained in:
parent
d7462abeff
commit
60f48ab3d9
7
tox.ini
7
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist=
|
||||
dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, pypy, pypy3
|
||||
dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, py35, pypy, pypy3
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
@ -75,6 +75,11 @@ basepython=python3.4
|
|||
commands=
|
||||
unit2 discover tests []
|
||||
|
||||
[testenv:py35]
|
||||
basepython=python3.5
|
||||
commands=
|
||||
unit2 discover tests []
|
||||
|
||||
[testenv:pypy]
|
||||
basepython=pypy
|
||||
commands=
|
||||
|
|
Loading…
Reference in New Issue
Block a user