Skip to content

Commit 12fcb02

Browse files
committed
Remove tox reference from runtests.sh file
1 parent a6f2372 commit 12fcb02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

runtests.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
# https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/#when-it-inevitably-leads-to-shell-scripts
4-
# If you are getting an INVOCATION ERROR for this script then there is
5-
# a good chance you are running on Windows.
6-
# You can and should use WSL for running tox on Windows when it calls bash scripts.
3+
# If you are getting an INVOCATION ERROR for this script then there is a good chance you are running on Windows.
4+
# You can and should use WSL for running tests on Windows when it calls bash scripts.
75
REQUESTS_CA_BUNDLE=`python3 -m pytest_httpbin.certs` exec pytest "$@"

0 commit comments

Comments
 (0)