Skip to content

Commit cac7872

Browse files
committed
instances wont run on travis?
1 parent 4c66afb commit cac7872

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis/script

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

0 commit comments

Comments
 (0)