mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Travis: move live tests from pypy to py3
Fix incorrect change from Django 1.11 release. Intent is to run live tests on newest released Django under Python 3, and on oldest supported Django under Python 2.7. (Though they should -- and do -- pass under pypy. Just trying to conserve ESP testing credits.)
This commit is contained in:
@@ -29,8 +29,8 @@ matrix:
|
||||
- { env: DJANGO=django==1.11, python: 2.7 }
|
||||
- { env: DJANGO=django==1.11, python: 3.4 }
|
||||
- { env: DJANGO=django==1.11, python: 3.5 }
|
||||
- { env: DJANGO=django==1.11, python: 3.6 }
|
||||
- { env: DJANGO=django==1.11 RUN_LIVE_TESTS=true, python: pypy }
|
||||
- { env: DJANGO=django==1.11 RUN_LIVE_TESTS=true, python: 3.6 }
|
||||
- { env: DJANGO=django==1.11, python: pypy }
|
||||
# Django 2.0 (prerelease): Python 3.5+
|
||||
# - { env: DJANGO="--pre django", python: 3.5 }
|
||||
# - { env: DJANGO="--pre django", python: 3.6 }
|
||||
|
||||
Reference in New Issue
Block a user