Skip to content

Commit 35eea18

Browse files
committed
Travis deployments
1 parent 6fddb80 commit 35eea18

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

.travis.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
language: python
22
sudo: false
33
addons:
4-
postgresql: "9.4"
4+
postgresql: '9.4'
55
before_script:
6-
- psql -c 'create database mailboxer;' -U postgres
6+
- psql -c 'create database mailboxer;' -U postgres
77
python:
8-
- "2.7"
9-
- "3.3"
10-
- "3.4"
11-
- "3.5"
12-
script:
13-
- "make travis_test"
8+
- '2.7'
9+
- '3.3'
10+
- '3.4'
11+
- '3.5'
12+
script:
13+
- make travis_test
14+
deploy:
15+
provider: pypi
16+
user: vmalloc
17+
password:
18+
secure: J1fuMFc2paSJ7rxHt9xaKJH+S0EEAsHRDweKlGuaZgQCCYcMGjc+M5TEtp7ffWGZoFLnVoxsPHD/Ez42YzStkMzp9p8XWifKYwy8mAnc1YgLuFcBOzdwWFruooWPqgUG2MCwBif5NhBXHFW4SZ4sKAtE/e0YjepR0sU+8Otk6mM=
19+
on:
20+
tags: true
21+
repo: getslash/mailboxer-python

0 commit comments

Comments
 (0)