Skip to content

Commit a1713ff

Browse files
committed
make default package dir match travis test
1 parent 061ff9c commit a1713ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ before_install:
1111
- cookiecutter . --no-input
1212

1313
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
14-
install: pip install -r ./boilerplate/requirements.txt
14+
install: pip install -r ./boiler-plate/requirements.txt
1515

1616
script: cd ./boilerplate && python setup.py test

0 commit comments

Comments
 (0)