Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Mar 6, 2020
1 parent a2c6bc4 commit 75cd215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dist: xenial
language: python
sudo: false

python:
- 3.8
Expand All @@ -16,7 +15,7 @@ addons:
- postgresql-client-10

services:
- redis-server
- redis

install:
- pip install tox codecov
Expand All @@ -27,9 +26,6 @@ script:
before_script:
- psql -c "CREATE DATABASE donor_reporting_portal;" -U postgres

before_success:
- coverage erase

after_success:
- coverage combine
- codecov
2 changes: 1 addition & 1 deletion tests/apps/vcr_cassettes/test_grant_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interactions:
User-Agent:
- python-requests/2.22.0
method: GET
uri: https://uniapis.unicef.org/biapi/v1/dsgrants
uri: https://unibiapitest.azure-api.net/biapi/v1/dsgrants
response:
body:
string: "{\"ROWSET\":{\"ROW\":[{\"GRANT_REF\":\"ABV\",\"DESCRIPTION\":\"\
Expand Down

0 comments on commit 75cd215

Please sign in to comment.