Skip to content

Commit

Permalink
tox.ini: set usedevelop=True for faster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Jun 28, 2017
1 parent b77f732 commit 946a11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
envlist = py26, py27, py33, py34, py35, py36

[testenv]
usedevelop = True
deps =
pytest
commands = py.test {posargs:src/spake2}
Expand Down

0 comments on commit 946a11b

Please sign in to comment.