Add toxenv/django env vars to codecov build vars

This commit is contained in:
Ryan P Kilby 2017-01-12 16:12:42 -05:00
parent f9d180b92c
commit 87cd7d09f7

View File

@ -41,7 +41,7 @@ script:
after_success:
- pip install codecov
- codecov -e TOX_ENV
- codecov -e TOXENV,DJANGO
notifications:
email: false