We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff97fc1 commit da4150aCopy full SHA for da4150a
.travis.yml
@@ -46,7 +46,7 @@ install:
46
- sh scripts/download-semaphore.sh
47
48
script:
49
- - sh scripts/runtox.sh
+ - ./scripts/runtox.sh
50
- codecov
51
52
notifications:
scripts/runtox.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/bash
2
if [ -z "$1" ]; then
3
searchstring="$(echo py$TRAVIS_PYTHON_VERSION | sed -e 's/pypypy/pypy/g' -e 's/-dev//g')"
4
else
0 commit comments