Skip to content

Commit 3ec0d05

Browse files
dwinstonGibbsConsulting
authored andcommitted
Upgrade ci build (#144)
* Use Ubuntu 16.04 (Xenial) dist for Travis CI This is to allow for use of Django 2.2, which requires SQLite >=3.8.3. The stable sqlite3 for xenial (i.e. `apt-get install sqlite3`) is 3.11.0. * Allow Django 2.2.x * Allow Django 2.2.x
1 parent 6d35979 commit 3ec0d05

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Travis CI
2+
dist: xenial
23
language: python
34

45
python:

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels>=2.0
22
channels-redis
33
daphne
4-
Django>=2.0,<2.2
4+
Django>=2.0,<2.3
55
django-bootstrap4
66
django-redis
77
dpd-static-support

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dpd-components
77

88
dash-bootstrap-components
99

10-
Django>=2,<2.2
10+
Django>=2,<2.3
1111
Flask>=1.0.2

0 commit comments

Comments
 (0)