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 32c7dd5 commit cdd2731
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
global:
- PIPENV_VENV_IN_PROJECT=1
- PIPENV_IGNORE_VIRTUALENVS=1
- PIPENV_VERBOSITY=-1

# command to install dependencies
install:
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ twine = "*"
codecov = "*"

[packages]
django = "==2.2"
pytz = "==2019.1"
django = "*"
pytz = "*"

[requires]
python_version = "3.6"
32 changes: 16 additions & 16 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdd2731

Please sign in to comment.