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 42d54f5 commit b43b1bfCopy full SHA for b43b1bf
.travis.yml
@@ -17,7 +17,7 @@ branches:
17
# command to install dependencies
18
before_install:
19
- sudo apt-get update
20
- - sudo apt-get install python-dev python3-dev libmysqlclient-dev
+ - sudo apt-get install python-dev python3-dev libmysqlclient-dev -y
21
- sudo cp $TRAVIS_BUILD_DIR/travis_test/mysql.cnf /etc/mysql/conf.d/
22
- sudo service mysql restart
23
install:
@@ -35,4 +35,4 @@ script:
35
- coverage run manage.py test
36
after_success:
37
- coveralls
38
- - codecov
+ - codecov
0 commit comments