Skip to content

Commit c18c9e7

Browse files
committed
Update the deploy script
1 parent ac0cd61 commit c18c9e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ sudo: false
33
matrix:
44
include:
55
- python: 2.7
6-
- python: 3.7
7-
dist: xenial
8-
sudo: true
6+
- python: 3.6
97
addons:
108
firefox: "62.0.3"
119
chrome: stable
@@ -18,7 +16,7 @@ before_install:
1816
install:
1917
- "pip install --upgrade pip"
2018
- "pip install -r requirements.txt --upgrade"
21-
- "pip install mysqlclient==1.3.12"
19+
- "pip install mysqlclient==1.3.14"
2220
- "python setup.py develop"
2321
- "sudo rm -f /etc/boto.cfg"
2422
before_script:

0 commit comments

Comments
 (0)