Skip to content

Commit 87ade5c

Browse files
authored
Merge pull request #258 from ComputerScienceHouse/develop
2 parents a9311c5 + 6370150 commit 87ade5c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
python:
33
- "3.6"
4+
services:
5+
- "docker"
46

57
install:
68
- "pip install -r requirements.txt"
@@ -11,3 +13,4 @@ install:
1113
- "npm install"
1214
script:
1315
- "gulp production"
16+
- "docker build -t conditional ."

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ alembic~=0.9.8
22
astroid~=2.2.5
33
blinker~=1.4
44
click~=6.7
5-
csh-ldap~=2.2
5+
git+git://github.com/mxmeinhold/csh_ldap@c441add834405761758bea981fd5286f2abcaf93#egg=csh_ldap
66
Flask~=1.1.0
77
Flask-Migrate~=2.1.1
88
Flask-Gzip~=0.2
@@ -17,7 +17,7 @@ Mako~=1.0.7
1717
MarkupSafe~=1.0
1818
mccabe~=0.6.1
1919
oic~=0.11.0
20-
psycopg2~=2.7.4
20+
psycopg2~=2.8.5
2121
pyldap~=2.4.45
2222
pylint~=2.3.1
2323
python-dateutil~=2.6.1

0 commit comments

Comments
 (0)