Skip to content

Commit ccb6420

Browse files
authored
Merge branch 'master' into docs/morris
2 parents 261ab3e + e7d5f54 commit ccb6420

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Travis config for SALib/SALib
21
sudo: false
32
language: python
43
virtualenv:
54
system_site_packages: true
65
services:
7-
- postgresql
6+
- postgresql
87
env:
98
matrix:
109
- DISTRIB="conda" PYTHON_VERSION="2.7" COVERAGE="true"
@@ -24,4 +23,11 @@ after_success:
2423
cache:
2524
- apt
2625
notifications:
27-
email: false
26+
email: false
27+
deploy:
28+
provider: pypi
29+
on:
30+
tags: true
31+
user: jdherman
32+
password:
33+
secure: KiUygZVHWMR2a+fk092xeHh8J2c61VGrgq4v1l3bq41MxcZO745H7CLJJ3rfqo+G5/pqy4/tm+q3p8fHhbUmwMcuSC3vjRN6WAYjuNPs0FMVXiIkMQtevv2LdVF1zVKFBdYTuNrfugtZ/GXh/ReCydjEBWTrTaNYeNM4ZRIaj0Q=

0 commit comments

Comments
 (0)