We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fddb80 commit 35eea18Copy full SHA for 35eea18
1 file changed
.travis.yml
@@ -1,13 +1,21 @@
1
language: python
2
sudo: false
3
addons:
4
- postgresql: "9.4"
+ postgresql: '9.4'
5
before_script:
6
- - psql -c 'create database mailboxer;' -U postgres
+- psql -c 'create database mailboxer;' -U postgres
7
python:
8
- - "2.7"
9
- - "3.3"
10
- - "3.4"
11
- - "3.5"
12
-script:
13
- - "make travis_test"
+- '2.7'
+- '3.3'
+- '3.4'
+- '3.5'
+script:
+- 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