We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 261ab3e + e7d5f54 commit ccb6420Copy full SHA for ccb6420
.travis.yml
@@ -1,10 +1,9 @@
1
-# Travis config for SALib/SALib
2
sudo: false
3
language: python
4
virtualenv:
5
system_site_packages: true
6
services:
7
- - postgresql
+- postgresql
8
env:
9
matrix:
10
- DISTRIB="conda" PYTHON_VERSION="2.7" COVERAGE="true"
@@ -24,4 +23,11 @@ after_success:
24
23
cache:
25
- apt
26
notifications:
27
- email: false
+ email: false
+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