Skip to content

Commit 61966cc

Browse files
author
Anton Prokhorov
committed
Fix travis config
1 parent ba451e6 commit 61966cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ matrix:
1818
- python: '3.3'
1919
env: PACKAGES="django>=1.10,<1.11"
2020
- python: '3.5'
21-
env: PACKAGES="django>=1.7,<1.8"
21+
env: PACKAGES="django>=1.7,<1.8 django-mptt<0.8"
2222
- python: '3.6'
23-
env: PACKAGES="django>=1.7,<1.8"
23+
env: PACKAGES="django>=1.7,<1.8 django-mptt<0.8"
2424
before_install:
2525
- pip install codecov
2626
install:

0 commit comments

Comments
 (0)