Skip to content

Commit 39c7cc9

Browse files
author
Menno Smits
committed
Run tox tests straight out of the source checkout
To work around: https://bitbucket.org/pypa/setuptools/issue/141
1 parent 5614f9d commit 39c7cc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[tox]
22
envlist=py26,py27,py32,py33,py34
33

4+
# The tests are currently run directly out of the source tree.
5+
# See the notes in build-sdist for more details.
6+
skipsdist=true
7+
48
[testenv]
59
commands=python setup.py test

0 commit comments

Comments
 (0)