Skip to content

Commit a7b0b01

Browse files
authored
Update .travis.yml
1 parent ca161a5 commit a7b0b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ install:
1313

1414
# environments to use for tests (below)
1515
env:
16-
- TEST_DIR = cmapPy/pandasGEXpress/tests
17-
- TEST_DIR = cmapPy/set_io/tests
16+
- TEST_DIR=cmapPy/pandasGEXpress/tests
17+
- TEST_DIR=cmapPy/set_io/tests
1818

1919
# run all tests in each test dir
2020
script: cd $TEST_DIR && python -m unittest discover -p "test_*.py"

0 commit comments

Comments
 (0)