Merge with latest skeleton
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -6,5 +6,14 @@ python:
|
||||
- 3.5
|
||||
- pypy
|
||||
script:
|
||||
- pip install -U pytest
|
||||
- python setup.py test
|
||||
- pip install -U pytest
|
||||
- python setup.py test
|
||||
deploy:
|
||||
provider: pypi
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
python: 3.5
|
||||
user: jaraco
|
||||
# supply password with `travis encrypt --add deploy.password`
|
||||
distributions: release
|
||||
|
||||
Reference in New Issue
Block a user