Skip to content

Commit 7f0de44

Browse files
cherry pick over tox.ini and hgignore from py3ksupport branch
1 parent 2a51dea commit 7f0de44

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist/
22
build/
3+
\.tox/
34
.*\.egg-info

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist= py27, py32
3+
4+
[testenv]
5+
deps=
6+
pytest
7+
pexpect
8+
commands=
9+
py.test --junitxml={envdir}/junit.xml []

0 commit comments

Comments
 (0)