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 4c66afb commit cac7872Copy full SHA for cac7872
.travis/script
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
sudo apt-get install -y squashfs-tools
3
-python -m unittest discover -s $TRAVIS_BUILD_DIR/spython/tests/ -p '[t|T]est*.py'
+python -m unittest $TRAVIS_BUILD_DIR.spython.tests.test_client
4
+python -m unittest $TRAVIS_BUILD_DIR.spython.tests.test_utils
5
0 commit comments