Skip to content

Commit 2224a80

Browse files
committed
Using tox; closes emcconville#8.
1 parent 8f96b25 commit 2224a80

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
docs/_build
22
build
33
dist
4+
.tox
45
*.pyc
56
*.egg
67
*.egg-info

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tox]
2+
envlist = py26, py27, pypy
3+
4+
[testenv]
5+
deps = Attest
6+
commands = python -mattest.run wandtests.tests

0 commit comments

Comments
 (0)