File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 10
10
environment :
11
11
POSTGRES_USER : ubuntu
12
12
POSTGRES_DB : circle_test
13
- POSTGRES_PASSWORD : " "
13
+ POSTGRES_PASSWORD : ' '
14
14
steps :
15
15
- checkout
16
16
- run : mkdir test-reports
24
24
java -jar selenium-server-standalone-3.5.3.jar -log test-reports/selenium.log
25
25
background : true
26
26
- restore_cache :
27
- key : deps1 -{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
27
+ key : deps2 -{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
28
28
- run :
29
29
command : |
30
30
python3 -m venv venv
34
34
name : setup Heroku
35
35
command : bash .circleci/setup-heroku.sh
36
36
- save_cache :
37
- key : deps1 -{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
37
+ key : deps2 -{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
38
38
paths :
39
- - " venv"
39
+ - ' venv'
40
40
- run :
41
41
command : |
42
42
. venv/bin/activate
48
48
path : test-reports/
49
49
- add_ssh_keys :
50
50
fingerprints :
51
- - " 48:a0:87:54:ca:75:32:12:c6:9e:a2:77:a4:7a:08:a4"
51
+ - ' 48:a0:87:54:ca:75:32:12:c6:9e:a2:77:a4:7a:08:a4'
52
52
- deploy :
53
53
name : Deploy Master to Heroku
54
54
command : |
Original file line number Diff line number Diff line change 1
- Flask==0.12 .2
1
+ Flask==1.0 .2
2
2
Flask-Bootstrap==3.3.7.1
3
3
Flask-HTTPAuth==3.2.3
4
4
Flask-Login==0.4.0
@@ -9,14 +9,14 @@ Flask-PageDown==0.2.2
9
9
Flask-SQLAlchemy==2.2
10
10
Flask-Script==2.0.5
11
11
Flask-WTF==0.14.2
12
- Jinja2==2.9.6
12
+ Jinja2==2.10.1
13
13
Mako==1.0.7
14
14
Markdown==2.6.8
15
15
MarkupSafe==1.0
16
16
psycopg2==2.7.3.1
17
- SQLAlchemy==1.1.13
17
+ SQLAlchemy==1.3.0
18
18
WTForms==2.1
19
- Werkzeug==0.12.2
19
+ Werkzeug==0.15.4
20
20
alembic==0.9.5
21
21
bleach==2.0.0
22
22
blinker==1.4
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ Pygments==2.2.0
4
4
colorama==0.3.9
5
5
coverage==4.4.1
6
6
httpie==0.9.9
7
- requests==2.18.4
7
+ requests==2.20.0
8
8
selenium==3.5.0
9
9
unittest-xml-reporting==2.1.0
You can’t perform that action at this time.
0 commit comments