Skip to content

Commit 3f94e69

Browse files
committed
Travis: Move RUN_LIVE_TESTS to Django 1.10
[ci skip]
1 parent 80ea04f commit 3f94e69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matrix:
66
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
77

88
# Live API integration tests are only run on a few, representative Python/Django version
9-
# cominbations, to avoid rapidly consuming the testing accounts' entire send allotments.
9+
# combinations, to avoid rapidly consuming the testing accounts' entire send allotments.
1010

1111
# Django 1.8: Python 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
1212
- { env: DJANGO=django==1.8 RUN_LIVE_TESTS=true, python: 2.7 }
@@ -17,13 +17,15 @@ matrix:
1717
# Django 1.9: Python 2.7, 3.4, 3.5
1818
- { env: DJANGO=django==1.9, python: 2.7 }
1919
- { env: DJANGO=django==1.9, python: 3.4 }
20-
- { env: DJANGO=django==1.9 RUN_LIVE_TESTS=true, python: 3.5 }
20+
- { env: DJANGO=django==1.9, python: 3.5 }
2121
- { env: DJANGO=django==1.9, python: pypy }
2222
# Django 1.10: Python 2.7, 3.4, 3.5
2323
- { env: DJANGO=django==1.10, python: 2.7 }
2424
- { env: DJANGO=django==1.10, python: 3.4 }
2525
- { env: DJANGO=django==1.10 RUN_LIVE_TESTS=true, python: 3.5 }
2626
- { env: DJANGO=django==1.10, python: pypy }
27+
# Django 1.11 (prerelease): Python ???
28+
#- { env: DJANGO="--pre django", python: ??? }
2729
cache:
2830
directories:
2931
- $HOME/.cache/pip

0 commit comments

Comments
 (0)