mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51: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
|
cache: pip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# pin tox to avoid https://github.com/tox-dev/tox/issues/1160
|
# avoid https://github.com/tox-dev/tox/issues/1160
|
||||||
- pip install tox~=3.6.1
|
- pip install tox!=3.7.0
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
|||||||
Reference in New Issue
Block a user