File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
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
@@ -72,8 +72,9 @@ before_script:
7272 # set up mysql database
7373 - mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
7474 - cat /etc/mysql/my.cnf
75- - sed -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
75+ - sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
7676 - cat /etc/mysql/my.cnf
77+ - sudo service mysql restart
7778
7879 # set up postgresql database
7980 - psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
You can’t perform that action at this time.
0 commit comments