Skip to content

Commit 7158053

Browse files
committed
update travis
1 parent bf8d60d commit 7158053

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ services:
55
- mysql
66
- redis
77
env:
8-
- ENV=test
9-
- PYTHONPATH="$TRAVIS_BUILD_DIR"
10-
- TEST_DATABASE_URL="mysql://travis@localhost/test"
8+
global:
9+
- ENV=test
10+
- PYTHONPATH="$TRAVIS_BUILD_DIR"
11+
- TEST_DATABASE_URL="mysql://travis@localhost/test"
1112
before_install:
1213
- mysql -e 'CREATE DATABASE test;'
1314
install:

0 commit comments

Comments
 (0)