Skip to content

Commit 7d58ce5

Browse files
committed
ci: update travis config for deployment
1 parent c72ddb5 commit 7d58ce5

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.travis.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
language: python
22
python:
3-
- 2.7
4-
- 3.5
5-
- pypy
6-
# - pypy3
3+
- 2.7
4+
- 3.5
5+
- pypy
76
sudo: false
87
install:
9-
- pip install -r requirements/testing.txt
10-
- pip install coveralls
11-
script:
12-
coverage run --source=autoslug run_tests.py
13-
after_success:
14-
coveralls
8+
- pip install -r requirements/testing.txt
9+
- pip install coveralls
10+
script: coverage run --source=autoslug run_tests.py
11+
after_success: coveralls
1512
notifications:
1613
email:
17-
14+
15+
deploy:
16+
provider: pypi
17+
user: __token__
18+
password:
19+
secure: RMfytOtUS2SRLhYL2WbUUcoE9Hf51IUh2XjIA0k2hDtjkj/w1LL21W0suvM9rOD8z+gxW8gs/bl3fzTFD/euml3xVuwAxWiyJ8DkvTY13H1nGq4KLKV5OHROkQ09XbtNf8aJB16XC+HE7ezkl4MVBmdvoJse7AJfi+vhJrlDwLkNXLpHzru4Uf3ndImnmF/92nha0c4AF6rN058tWaFyxPcHAjjOgtUG8hMN2Ij6U3qYBeHaSRVRVScu0Qv43jnndAsB9Hpsd5aQe4d5AUblAiuQwFta+27eTdlTOe7s0dzmKWswuaPdzv6ttFAR8zvDGuB5XWEu13wrzwq5m8jUkkaDyU+6FEejT6DGZu5JnuslrahDA/2WCz0nr62Bno4priy9Cny0YcAxSkE2L03ERjWxUvHrVa354lzsAsCJa2w8BZsiSsJFrcjfjGgj3DAxRQA0s1OP4xODkfxEdsisSeCZCpYEa0fc6oePgBpehPJ2AE4Ou/2scWjYeCJ6TrNyW5bpSxPxZOW1Hy5YlSLXkKU6bzOrsXRXs8jujoPTSYrHjZ46W8kkB34X+w88A+IFJDDrNyCuvPC1OeKqo+4IgTS41yGLc+g2RvU5r2TERq/pCwPo16qbGGgvXVwdr2TUJckewcYRqrBJbZb2YqhATYSMCBV+1wJfpJXhArRWbRM=
20+
on:
21+
tags: true

0 commit comments

Comments
 (0)