Skip to content

Commit

Permalink
Update env files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Jul 4, 2019
1 parent 3076c28 commit 2714900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
- PIPENV_VENV_IN_PROJECT=1
- PIPENV_IGNORE_VIRTUALENVS=1
- PIPENV_VERBOSITY=-1
- SECRET_KEY=_

# command to install dependencies
install:
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ init:

setup:
cp testproject/settings.py.sample testproject/settings.py
sed -i -e "s/SECRET_KEY = '.*'/SECRET_KEY = '_'/" testproject/settings.py


activate:
pipenv shell -c
pipenv shell

test:
pipenv run coverage erase
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='djecrety',
version='1.0.6',
version='1.0.7',
python_requires='>=3.5',
packages=find_packages(exclude=['testproject']),
include_package_data=True,
Expand Down

0 comments on commit 2714900

Please sign in to comment.