This commit is contained in:
2017-05-27 23:09:38 -04:00
parent 68fda6bcf2
commit dc70edf17d
+2 -2
View File
@@ -1,10 +1,10 @@
.PHONY: docs
init:
pip install -e .[socks]
pip install -r requirements.txt
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"
python setup.py test
py.test tests -n 8 --boxed
test-readme:
python setup.py check -r -s