lets give this a try

This commit is contained in:
2017-05-27 19:44:54 -04:00
parent 276024b170
commit 8e93b100da
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,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
python setup.py test
test-readme:
python setup.py check -r -s