We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061ff9c commit a1713ffCopy full SHA for a1713ff
.travis.yml
@@ -11,6 +11,6 @@ before_install:
11
- cookiecutter . --no-input
12
13
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
14
-install: pip install -r ./boilerplate/requirements.txt
+install: pip install -r ./boiler-plate/requirements.txt
15
16
script: cd ./boilerplate && python setup.py test
0 commit comments