Skip to content

Commit

Permalink
add env var to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chattarajoy committed Aug 9, 2019
1 parent 8464c1c commit bc25041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ script:
- py.test --cov=./ --cov-report xml
- ./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml
env:
- BOTO_CONFIG=/tmp/nowhere
- DEEPSOURCE_DSN=$DEEPSOURCE_DSN
- BOTO_CONFIG=/tmp/nowhere DEEPSOURCE_DSN=https://c9d4fb28ce6f41798861936c25b0361e@deepsource.io
dist: trusty

0 comments on commit bc25041

Please sign in to comment.