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 cac7872 commit 7098d1aCopy full SHA for 7098d1a
.travis/script
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
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
-
+cd $TRAVIS_BUILD_DIR/spython
+python -m unittest tests.test_client
+python -m unittest tests.test_utils
0 commit comments