This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Install mysqlclient so Django can access MySQL database.
pull/7/head
Pēteris Caune
9 years ago
parent
0b35cb7201
commit
fec76008e5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@ -4,7 +4,7 @@ python:
-
"3.4"
install:
-
pip install -r requirements.txt
-
pip install coveralls
-
pip install coveralls
mysqlclient
env:
-
DB=sqlite
-
DB=mysql
Write
Preview
Loading…
Cancel
Save