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 ca161a5 commit a7b0b01Copy full SHA for a7b0b01
.travis.yml
@@ -13,8 +13,8 @@ install:
13
14
# environments to use for tests (below)
15
env:
16
- - TEST_DIR = cmapPy/pandasGEXpress/tests
17
- - TEST_DIR = cmapPy/set_io/tests
+ - TEST_DIR=cmapPy/pandasGEXpress/tests
+ - TEST_DIR=cmapPy/set_io/tests
18
19
# run all tests in each test dir
20
script: cd $TEST_DIR && python -m unittest discover -p "test_*.py"
0 commit comments