forked from orbit-oss/flask
Metadata change
This commit is contained in:
parent
ec863cef5b
commit
8d97d71430
8 changed files with 26 additions and 26 deletions
|
|
@ -5,6 +5,7 @@ python:
|
|||
- "2.7"
|
||||
- "pypy"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
|
||||
env:
|
||||
- REQUIREMENTS=lowest
|
||||
|
|
@ -18,10 +19,11 @@ matrix:
|
|||
env: REQUIREMENTS=lowest
|
||||
|
||||
install:
|
||||
- pip install -r .travis-$REQUIREMENTS-requirements.txt
|
||||
- pip install --editable .
|
||||
- pip install hg+https://bitbucket.org/hpk42/tox
|
||||
|
||||
script: make test
|
||||
script:
|
||||
- tox -e \
|
||||
$(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')-$REQUIREMENTS
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue