Skip to content

Commit 946a11b

Browse files
committed
tox.ini: set usedevelop=True for faster tests
1 parent b77f732 commit 946a11b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
envlist = py26, py27, py33, py34, py35, py36
88

99
[testenv]
10+
usedevelop = True
1011
deps =
1112
pytest
1213
commands = py.test {posargs:src/spake2}

0 commit comments

Comments
 (0)