mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Travis: only need to avoid tox==3.7.0
tox 3.7.1 (or whatever's next) will fix the issue described in 976bca1.
This commit is contained in:
@@ -60,8 +60,8 @@ matrix:
|
||||
cache: pip
|
||||
|
||||
install:
|
||||
# pin tox to avoid https://github.com/tox-dev/tox/issues/1160
|
||||
- pip install tox~=3.6.1
|
||||
# avoid https://github.com/tox-dev/tox/issues/1160
|
||||
- pip install tox!=3.7.0
|
||||
|
||||
script:
|
||||
- tox
|
||||
|
||||
Reference in New Issue
Block a user