Skip to content

Commit ff1a536

Browse files
author
JeremyAndress
committed
FIX : before_script
1 parent 116dbd1 commit ff1a536

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ python:
88
install:
99
- pip install -r requirements/local.txt
1010
# command to run tests
11-
env:
12-
global:
13-
TRAVIS_BUILD_DIR: /src/
11+
before_script: cd src/
1412
script:
15-
- python -m unittest src/test/index_test.py
13+
- python -m unittest test/index_test.py
1614

0 commit comments

Comments
 (0)