This commit is contained in:
2017-05-27 23:00:30 -04:00
parent 0ff28d7421
commit 3d425ac191
+2 -1
View File
@@ -1,5 +1,6 @@
.PHONY: docs
init:
pip install -e .[socks]
test:
# This runs all of the tests. To run an individual test, run py.test with
# the -k flag, like "py.test -k test_path_is_not_double_encoded"