forked from hamcrest/PyHamcrest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
21 lines (17 loc) · 735 Bytes
/
tox.ini
File metadata and controls
21 lines (17 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist = py25,py26,py27,py31,py32,pypy
[testenv]
commands = {envbindir}/py.test hamcrest_unit_test []
{envpython} hamcrest_unit_test/object_import.py
deps = pytest
[testenv:py31]
changedir = {envdir}/lib/python3.1/site-packages/PyHamcrest-1.5-py3.1.egg
commands = {envbindir}/py.test hamcrest_unit_test []
{envpython} hamcrest_unit_test/object_import.py
[testenv:py32]
changedir = {envdir}/lib/python3.2/site-packages/PyHamcrest-1.5-py3.2.egg
commands = {envbindir}/py.test hamcrest_unit_test []
{envpython} hamcrest_unit_test/object_import.py
[testenv:jython]
commands = {envbindir}/py.test-jython hamcrest_unit_test []
{envpython} hamcrest_unit_test/object_import.py