You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-readability/.travis.yml

18 lines
252 B
YAML

8 years ago
language: python
python:
- "3.6"
8 years ago
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py36
8 years ago
install:
- travis_retry pip install -U pip wheel tox
- travis_retry pip install -U -r requirements.txt -e .
script:
- tox -e $TOX_ENV