Skip to content

Commit 8a0b30d

Browse files
committed
maybe this
1 parent d2e981f commit 8a0b30d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
dist: trusty
2-
sudo: false
3-
group: edge
2+
sudo: required
43
language: python
54
python:
65
- '2.7'
@@ -17,12 +16,12 @@ env:
1716
global:
1817
- ENV=test
1918
- PYTHONPATH="$TRAVIS_BUILD_DIR"
20-
- TEST_DATABASE_URL="mysql://root:@localhost/test"
19+
- TEST_DATABASE_URL="mysql://travis@localhost/test"
2120
before_install:
22-
- mysql -u root -e 'CREATE DATABASE test;'
21+
- mysql -e 'CREATE DATABASE test;'
2322
install:
2423
- make build
2524
- make db-deploy
2625
- python test-sudo.py
2726
- python main.py runtestserver&
28-
script: make test
27+
script: make test

0 commit comments

Comments
 (0)