Skip to content

Commit

Permalink
start mysql service on travis explicitly (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
VertexC authored and canihavesomecoffee committed Jul 31, 2019
1 parent 6f02f1e commit dcd8ce4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ language: python
python:
- 2.7
- 3.6
services:
- mysql
install:
- sudo ./travis_install.sh
- pip install -r requirements.txt
Expand All @@ -12,4 +14,4 @@ install:
script:
- nose2 --with-coverage
after_success:
- codecov
- codecov

0 comments on commit dcd8ce4

Please sign in to comment.