Skip to content

Commit 445e70e

Browse files
committed
Fixing Travis requirements path
1 parent 7051fd8 commit 445e70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- pip install codecov
66
# command to install dependencies
77
install:
8-
- "pip install -r ./project/requirements.txt"
8+
- "pip install -r requirements.txt"
99
# command to run tests
1010
script:
1111
- python -m unittest discover

0 commit comments

Comments
 (0)