Skip to content

Commit 98385d0

Browse files
committed
removed spaces from travis yml
1 parent 4dd1b3e commit 98385d0

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)