Skip to content

Commit

Permalink
Allow running a single test with tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Apr 28, 2018
1 parent 33341af commit 4199fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ commands =
; Before testing with speedups, compile the extension.
speedups: python setup.py --quiet build_ext --inplace

python -m unittest
python -m unittest {posargs}

; After testing with speedups, remove the extension.
speedups: sh -c 'rm websockets/*.so'
Expand Down

0 comments on commit 4199fc8

Please sign in to comment.