Skip to content

Commit 916b1c4

Browse files
committed
Add exclude to travis matrix for master and 3.5
1 parent f657e00 commit 916b1c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ env:
1818
- DJANGO="Django>=2.1,<2.2" IMPORT_EXPORT_TEST_TYPE=sqlite
1919
- DJANGO="https://github.com/django/django/archive/master.tar.gz" IMPORT_EXPORT_TEST_TYPE=postgres
2020
- DJANGO="https://github.com/django/django/archive/master.tar.gz" IMPORT_EXPORT_TEST_TYPE=sqlite
21+
# exclude:
22+
# - python: "3.5"
23+
# env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
2124
install:
2225
- pip install -q $DJANGO
2326
- pip install tablib==0.12.1

0 commit comments

Comments
 (0)