We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0cd61 commit c18c9e7Copy full SHA for c18c9e7
.travis.yml
@@ -3,9 +3,7 @@ sudo: false
3
matrix:
4
include:
5
- python: 2.7
6
- - python: 3.7
7
- dist: xenial
8
- sudo: true
+ - python: 3.6
9
addons:
10
firefox: "62.0.3"
11
chrome: stable
@@ -18,7 +16,7 @@ before_install:
18
16
install:
19
17
- "pip install --upgrade pip"
20
- "pip install -r requirements.txt --upgrade"
21
- - "pip install mysqlclient==1.3.12"
+ - "pip install mysqlclient==1.3.14"
22
- "python setup.py develop"
23
- "sudo rm -f /etc/boto.cfg"
24
before_script:
0 commit comments