Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
# Config file for automatic testing at travis-ci.org
sudo: false
language: python
dist: xenial
python:
- "3.5"
- "3.6"
- "3.7"
- "pypy3"
env:
- PYTEST=3
- PYTEST=4
- PYTEST=5
- PYTEST=master
matrix:
include:
- python: 'pypy'
dist: trusty
env: PYTEST=4
- python: 2.7
env: PYTEST=3
- python: 2.7
env: PYTEST=4
- python: 3.4
env: PYTEST=3
- python: 3.4
env: PYTEST=4
jobs:
allow_failures:
- env: PYTEST=master
install:
- "[[ $TRAVIS_PYTHON_VERSION == pypy ]] || pip install coveralls"
- pip install tox-travis coverage
script:
- tox -v
- coverage combine
after_success:
- "[[ $TRAVIS_PYTHON_VERSION == pypy ]] || COVERALLS_PARALLEL=true coveralls"
before_cache:
- rm -rf $HOME/.cache/pip/log
cache:
directories:
- $HOME/.cache/pip