Fix TOXENV variable name in deploy step (#217)

This commit is contained in:
Keith Bussell 2019-11-12 08:20:24 -08:00 committed by Jan-Jelle
parent 843495f669
commit 2aecef2760
No known key found for this signature in database
GPG key ID: BEFBC31822A96E4E

View file

@ -63,4 +63,4 @@ deploy:
on:
repo: jjkester/django-auditlog
branch: stable
condition: $TOX_ENV = py36-django-20
condition: $TOXENV = py36-django-20