Skip to content

Commit b758a32

Browse files
authored
Merge pull request #5 from corywright/travis-config-changes
Rename apicreds.py to apicreds.py.example and update travis config
2 parents 66f23a7 + f7b642e commit b758a32

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ matrix:
2828
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
2929
install: pip install -U tox
3030

31+
# copy the apicreds.py.example template to apicreds.py
32+
before_script: cp tests/apicreds.py.example tests/apicreds.py
33+
3134
# command to run tests, e.g. python setup.py test
3235
script: tox -e $TOX_ENV

0 commit comments

Comments
 (0)