Skip to content

Commit ef9a5d4

Browse files
committed
let travis deploy to pypi.
1 parent b230c83 commit ef9a5d4

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.travis.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
language: python
22
python:
3-
- "3.3"
4-
- "3.2"
5-
- "2.7"
3+
- '3.3'
4+
- '3.2'
5+
- '2.7'
66
install:
7-
- "pip install -r requirements.txt --use-mirrors"
8-
- "pip install -r test-requirements.txt --use-mirrors"
7+
- pip install -r requirements.txt --use-mirrors
8+
- pip install -r test-requirements.txt --use-mirrors
99
script: nosetests
10+
deploy:
11+
provider: pypi
12+
user: errplane
13+
password:
14+
secure: C20cSqrCtd7Ng2oxSy9YSQS72aeqMjrRaZTYKIIF4eSR4JzCawasFhof6Pq/mUqx6fJCBTZ7yMUqfK22JAQ2iUoUnBF04IHASR3iwqjdCRbXGtzX1J9Bw//6iCHBE5fgGEHQc8Mw5wKDIy5RvbjiR9ADCW/cIlpVSF9QzH/RA24=
15+
on:
16+
tags: true
17+
repo: influxdb/influxdb-python

0 commit comments

Comments
 (0)