Skip to content

Commit db885f9

Browse files
committed
travis: Integrate on stable branch
This helps us detect regressions on the branch. Signed-off-by: Stephen Finucane <[email protected]> StableOnly
1 parent 45a2c2c commit db885f9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: python
2+
3+
sudo: false
4+
5+
python:
6+
- 2.7
7+
- 3.4
8+
9+
services:
10+
- mysql
11+
12+
env:
13+
global:
14+
- PW_TEST_DB_USER=travis
15+
- PW_TEST_DB_PASS=""
16+
- PW_SKIP_BROWSER_TESTS=yes
17+
18+
before_script:
19+
- mysql -e 'create database patchwork character set utf8;'
20+
21+
install:
22+
- pip install tox-travis
23+
24+
script:
25+
- tox

0 commit comments

Comments
 (0)