We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66f23a7 + f7b642e commit b758a32Copy full SHA for b758a32
.travis.yml
@@ -28,5 +28,8 @@ matrix:
28
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
29
install: pip install -U tox
30
31
+# copy the apicreds.py.example template to apicreds.py
32
+before_script: cp tests/apicreds.py.example tests/apicreds.py
33
+
34
# command to run tests, e.g. python setup.py test
35
script: tox -e $TOX_ENV
tests/apicreds.py tests/apicreds.py.exampletests/apicreds.py renamed to tests/apicreds.py.example
0 commit comments