Skip to content

Commit

Permalink
Fix TOXENV variable name in deploy step (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbussell authored and jjkester committed Nov 12, 2019
1 parent 843495f commit 2aecef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ deploy:
on:
repo: jjkester/django-auditlog
branch: stable
condition: $TOX_ENV = py36-django-20
condition: $TOXENV = py36-django-20

0 comments on commit 2aecef2

Please sign in to comment.