Skip to content

Commit 19af5a9

Browse files
committed
updating test command
1 parent b1607e0 commit 19af5a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515

1616
before_install:
1717
- sudo chmod u+x .travis/*
18-
- .travis/before_install
18+
- /bin/bash .travis/before_install
1919

2020
script:
21-
- .travis/script
21+
- /bin/bash .travis/script

.travis/script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
sudo apt-get install -y squashfs-tools
3-
python -m unittest discover -s $TRAVIS_BUILD_DIR/singularity/tests/ -p '[t|T]est*.py'
3+
python -m unittest discover -s $TRAVIS_BUILD_DIR/spython/tests/ -p '[t|T]est*.py'

0 commit comments

Comments
 (0)