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 b1607e0 commit 19af5a9Copy full SHA for 19af5a9
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
16
before_install:
17
- sudo chmod u+x .travis/*
18
- - .travis/before_install
+ - /bin/bash .travis/before_install
19
20
script:
21
- - .travis/script
+ - /bin/bash .travis/script
.travis/script
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
sudo apt-get install -y squashfs-tools
3
-python -m unittest discover -s $TRAVIS_BUILD_DIR/singularity/tests/ -p '[t|T]est*.py'
+python -m unittest discover -s $TRAVIS_BUILD_DIR/spython/tests/ -p '[t|T]est*.py'
0 commit comments