Skip to content

Commit 7535a68

Browse files
committed
Fix Travis failing without django installed
1 parent e6c1ed7 commit 7535a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- 3.7
88
- 3.8
99
install:
10-
- pip install ujson simplejson
10+
- pip install ujson simplejson django
1111
- python setup.py install
1212
script: nosetests tests
1313
notifications:

0 commit comments

Comments
 (0)