Skip to content

Commit d21b2b8

Browse files
committed
Fix django requirements path
1 parent 52445ff commit d21b2b8

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
@@ -50,5 +50,5 @@ install:
5050
- export PYTHONPATH=$PYTHONPATH:$TRAVIS_BUILD_DIR/django
5151

5252
script:
53-
- pip install -r requirements/py3.txt
53+
- pip install -r django/tests/requirements/py3.txt
5454
- ./test.sh

0 commit comments

Comments
 (0)