forked from orbit-oss/flask
Merge pull request #1502 from untitaker/travis-simplify
Don't pass version to tox explicitly
This commit is contained in:
commit
cb9f645081
1 changed files with 2 additions and 3 deletions
|
|
@ -23,11 +23,10 @@ matrix:
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox>=1.8
|
- pip install tox
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e \
|
- tox -e py-$REQUIREMENTS
|
||||||
$(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')-$REQUIREMENTS
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue