Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 660893f

Browse files
Fixing the TravisCI test.
1 parent 8d27529 commit 660893f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
env:
88
matrix:
99
- DJANGO="Django>=1.11,<1.12
10-
- DJANGO="Django>=2"
1110

1211
branches:
1312
only:
@@ -19,9 +18,6 @@ install:
1918
- pip install python-coveralls
2019
- pip install coverage
2120

22-
before_script:
23-
- if [[ "$DJANGO" >= "2" ]]; then pip install django-markdown-app==0.9.4.1; fi
24-
2521
script: "coverage run manage.py test"
2622

2723
after_success:

0 commit comments

Comments
 (0)