forked from orbit-oss/flask
update project metadata
new readme readme as setup.py long_description links in changes git in authors add travis osx env break out docs build in travis remove python_requires for now
This commit is contained in:
parent
f9c6f389ac
commit
9bf5c3b3a3
16 changed files with 309 additions and 652 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -4,7 +4,9 @@ language: python
|
|||
matrix:
|
||||
include:
|
||||
- python: 3.6
|
||||
env: TOXENV=py,simplejson,devel,lowest,codecov,docs-html
|
||||
env: TOXENV=py,simplejson,devel,lowest,codecov
|
||||
- python: 3.6
|
||||
env: TOXENV=docs-html
|
||||
- python: 3.5
|
||||
env: TOXENV=py,codecov
|
||||
- python: 3.4
|
||||
|
|
@ -15,9 +17,16 @@ matrix:
|
|||
env: TOXENV=py,codecov
|
||||
- python: nightly
|
||||
env: TOXENV=py
|
||||
- os: osx
|
||||
language: generic
|
||||
env: TOXENV=py
|
||||
allow_failures:
|
||||
- python: nightly
|
||||
env: TOXENV=py
|
||||
- os: osx
|
||||
language: generic
|
||||
env: TOXENV=py
|
||||
fast_finish: true
|
||||
|
||||
install:
|
||||
- pip install tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue