Skip to content

Commit a4787d9

Browse files
author
Saurabh Kumar
committed
update travis -> pypi credentials
1 parent f7f049a commit a4787d9

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.travis.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
language: python
22
sudo: false
33
python:
4-
- '2.7'
5-
- '3.3'
6-
- '3.4'
7-
- pypy
4+
- '2.7'
5+
- '3.3'
6+
- '3.4'
7+
- pypy
88
install:
9-
- pip install python-coveralls
10-
- pip install -q -r requirements.txt
11-
- pip install --editable .
9+
- pip install python-coveralls
10+
- pip install -q -r requirements.txt
11+
- pip install --editable .
1212
before_script: flake8
1313
script:
14-
- coverage run --source=dotenv.py --omit='*tests*' -m py.test tests/ -v --tb=native
15-
- coverage report
14+
- coverage run --source=dotenv.py --omit='*tests*' -m py.test tests/ -v --tb=native
15+
- coverage report
1616
after_script:
17-
- coveralls
17+
- coveralls
1818
deploy:
1919
provider: pypi
20-
user: 'theskumar'
20+
user: theskumar
2121
password:
22-
secure: xe5yaUqAb0jam6epvEGSUMYt9L5gSRyFLaahTmCDEULP7msj8D45vswV/uEvnjdWdBw5CPuBkhLJXj2vsVMjkWVSa6bBfz79sEdd//70lE07bJA9sBSsXwbB4hxY+jWgW1KTFUNCPFP59L0ZosgYHJMbLcyr8iH2ZI+QzyUrO1U=
22+
secure: VdULnucEUBZB0qZFKrP0kGdxYOY02QrvJBvVAHDc4CBhvPWcfF5HpEWD1CDNr2wdvg5Wwi5WGgX66Rthkrsw6akPwB+aPA++bFZ0uMHy392Nu4hxusX915R3JGnQ7L53aYrohOsJ7JsrZ7n12I38LJSewfkyQydAxjhJA+3hAtw=
2323
on:
2424
tags: true
25+
repo: theskumar/python-dotenv

0 commit comments

Comments
 (0)