Skip to content

Commit 7098d1a

Browse files
committed
trying different testing
1 parent cac7872 commit 7098d1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis/script

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
sudo apt-get install -y squashfs-tools
3-
python -m unittest $TRAVIS_BUILD_DIR.spython.tests.test_client
4-
python -m unittest $TRAVIS_BUILD_DIR.spython.tests.test_utils
5-
3+
cd $TRAVIS_BUILD_DIR/spython
4+
python -m unittest tests.test_client
5+
python -m unittest tests.test_utils

0 commit comments

Comments
 (0)