Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed May 16, 2019
1 parent 8cd0c80 commit c36eebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ env:
install: make setup

# command to run tests
script: tox
script: pipenv run -- tox

after_success: codecov
after_success: pipenv run -- codecov
2 changes: 1 addition & 1 deletion testproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# See https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'urm_gyn(re3!!mr+japvr0$c@$&gyl+k2q1cf-w7!n)^7+^&@n'
SECRET_KEY = 'dv5vt+v_#qsgq%c8ei-mee$*y_78t%06&rp1bs)%q_f985r-pt'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
Expand Down

0 comments on commit c36eebb

Please sign in to comment.