Skip to content

Commit 61829ab

Browse files
author
=
committed
Add testing to django 2
1 parent f687406 commit 61829ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ env:
3838
matrix:
3939
fast_finish: true
4040
include:
41+
- python: '3.4'
42+
env: TEST_TYPE=build DJANGO_VERSION=2.0
43+
- python: '3.5'
44+
env: TEST_TYPE=build DJANGO_VERSION=2.0
45+
- python: '3.6'
46+
env: TEST_TYPE=build DJANGO_VERSION=2.0
4147
- python: '2.7'
4248
env: TEST_TYPE=build DJANGO_VERSION=1.8
4349
- python: '2.7'

0 commit comments

Comments
 (0)