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 4dd1b3e commit 98385d0Copy full SHA for 98385d0
.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