Skip to content

Commit

Permalink
Use env var for codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic committed Oct 30, 2019
1 parent a8b91f5 commit 7a5f423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
script:
- tox
after_success:
- codecov --token=d1c52f52-bbc0-4eeb-b7dd-e4ac89504b93
- codecov --token=${CODECOV_TOKEN}
deploy:
provider: pypi
user: ababic
Expand All @@ -32,4 +32,4 @@ deploy:
tags: true
branch: master
repo: ababic/django-cogwheels
condition: "$TOXENV = py37-dj21"
condition: "$TOXENV = py38-dj22"

0 comments on commit 7a5f423

Please sign in to comment.