Skip to content

Commit 900abd2

Browse files
committed
Will install different versions of django on travis
1 parent bfb94cb commit 900abd2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/env bash
2+
pip install Django==$DJANGO_VERSION
23
pip install -r requirements.txt
34
npm install

tests/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Django
21
coveralls
32
coverage

0 commit comments

Comments
 (0)