File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
33 - 2.7
4- # - 3.4
5- # - 3.5
6- # - 3.6
4+ - 3.4
5+ - 3.5
6+ - 3.6
77
88sudo : false
99
@@ -70,11 +70,10 @@ install:
7070
7171before_script :
7272 # set up mysql database
73- - mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
74- - cat /etc/mysql/my.cnf
7573 - sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
7674 - cat /etc/mysql/my.cnf
7775 - sudo service mysql restart
76+ - mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
7877
7978 # set up postgresql database
8079 - psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
You can’t perform that action at this time.
0 commit comments