8000
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.
1 parent b230c83 commit ef9a5d4Copy full SHA for ef9a5d4
.travis.yml
@@ -1,9 +1,17 @@
1
language: python
2
python:
3
- - "3.3"
4
- - "3.2"
5
- - "2.7"
+- '3.3'
+- '3.2'
+- '2.7'
6
install:
7
- - "pip install -r requirements.txt --use-mirrors"
8
- - "pip install -r test-requirements.txt --use-mirrors"
+- pip install -r requirements.txt --use-mirrors
+- pip install -r test-requirements.txt --use-mirrors
9
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