skip that

This commit is contained in:
2017-05-27 23:14:06 -04:00
parent a00d14a61f
commit b565b79858
+1 -1
View File
@@ -4,7 +4,7 @@ init:
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"
py.test tests -n 8 --boxed
py.test tests
test-readme:
python setup.py check -r -s