There was an error while loading. Please reload this page.
1 parent ba451e6 commit 61966ccCopy full SHA for 61966cc
.travis.yml
@@ -18,9 +18,9 @@ matrix:
18
- python: '3.3'
19
env: PACKAGES="django>=1.10,<1.11"
20
- python: '3.5'
21
- env: PACKAGES="django>=1.7,<1.8"
+ env: PACKAGES="django>=1.7,<1.8 django-mptt<0.8"
22
- python: '3.6'
23
24
before_install:
25
- pip install codecov
26
install:
0 commit comments