Browse Source

Don't pass version to tox explicitly

pull/1502/head
Markus Unterwaditzer 10 years ago
parent
commit
284081c452
  1. 5
      .travis.yml

5
.travis.yml

@ -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…
Cancel
Save