Skip to content

Commit

Permalink
Retrying with --no-dependencies flag and quick test to postgresql 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dornera committed Feb 23, 2018
1 parent 5fc83bf commit 97936dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ install:
- pipenv install
script: coverage run manage.py test
after_success: coveralls
addons:
postgresql: "9.6"
services:
- postgresql
before_script:
Expand All @@ -18,8 +20,7 @@ env:
- DJANGO_SETTINGS_MODULE=hamlet.settings.test
before_deploy:
- rm -rf hamlet/testmodels/
- pip freeze > requirements.txt
#- pipenv lock --requirements > requirements.txt # broken as of 2/23/2018
- pipenv lock --requirements --no-dependencies > requirements.txt # broken as of 2/23/2018
- git add requirements.txt
- git commit -am "requirements/testmodels cleanup"
deploy:
Expand Down

0 comments on commit 97936dd

Please sign in to comment.