Skip to content

Commit

Permalink
Merge 15e553b into 3944455
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 23, 2019
2 parents 3944455 + 15e553b commit 202f555
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: xenial
sudo: true
python:
- "3.6.8"
- "3.7.2"
- "3.7.3"
env:
global:
- DATABASE_URL="sqlite:///:memory"
Expand All @@ -14,6 +14,7 @@ install:
- pip install -U coveralls
- pip install -r requirements/dev.txt
- pip install -U codeclimate-test-reporter
- python manage.py migrate
- python manage.py collectstatic --no-input
script:
- coverage run manage.py test
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pytz==2019.1
requests==2.21.0
static==1.1.1
whitenoise[brotli]==4.1.2
urllib3[secure]==1.24.2
urllib3[secure]==1.25
future==0.17.1
coreapi==2.3.3
Markdown==3.1
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.7.2
python-3.7.3

0 comments on commit 202f555

Please sign in to comment.