diff options
author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-27 22:01:35 -0400 |
---|---|---|
committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-27 22:01:35 -0400 |
commit | 3e5498e8e76f00f2a324a0c68afe09ac70aa668e (patch) | |
tree | 3a35f2981ab0816384b0220c93a30a5949669c3e | |
parent | c83e0748ca2132a9b59c859f93684255b0f9aa59 (diff) | |
download | python-requests-jenkins.tar.gz |
no --boxedjenkins
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,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" - pipenv run py.test tests -n 8 --boxed + pipenv run py.test tests test-readme: pipenv run python setup.py check -r -s |