mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Run tests on pypy and pypy3
This commit is contained in:
parent
76d567e376
commit
8d896e7272
|
@ -13,3 +13,5 @@ env:
|
||||||
- TOXENV=py32
|
- TOXENV=py32
|
||||||
- TOXENV=py33
|
- TOXENV=py33
|
||||||
- TOXENV=py34
|
- TOXENV=py34
|
||||||
|
- TOXENV=pypy
|
||||||
|
- TOXENV=pypy3
|
||||||
|
|
12
tox.ini
12
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist=
|
envlist=
|
||||||
dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34
|
dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, pypy, pypy3
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
|
@ -72,3 +72,13 @@ commands=
|
||||||
basepython=python3.4
|
basepython=python3.4
|
||||||
commands=
|
commands=
|
||||||
unit2 discover tests []
|
unit2 discover tests []
|
||||||
|
|
||||||
|
[testenv:pypy]
|
||||||
|
basepython=pypy
|
||||||
|
commands=
|
||||||
|
unit2 discover tests []
|
||||||
|
|
||||||
|
[testenv:pypy3]
|
||||||
|
basepython=pypy3
|
||||||
|
commands=
|
||||||
|
unit2 discover tests []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user