Skip to content

Commit 64e40e0

Browse files
committed
nuking travis info
never got it to work with 2 dbs at the same time
1 parent 1aac4e0 commit 64e40e0

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.travis.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
language: python
2-
python:
3-
- "2.6"
4-
- "2.7"
5-
install:
6-
- pip install . --use-mirrors
7-
- pip install -r requirements.txt --use-mirrors
8-
script: nosetests
9-
before_script:
10-
- mysql -e 'create database mysql2pgsql;'
11-
- psql -c 'create database mysql2pgsql;' -U postgres
12-
env:
13-
- DB=mysql
14-
- DB=postgres
15-
branches:
16-
only:
17-
- master
18-
- develop
19-
notifications:
20-
email:
21-
- philipsoutham@gmail.com
1+

0 commit comments

Comments
 (0)