Kaydet (Commit) 56bb772b authored tarafından Anthony Sottile's avatar Anthony Sottile

git rm .travis.yml

üst d315b4fb
dist: xenial
language: python
matrix:
include:
- env: TOXENV=py27
- env: TOXENV=py35
python: 3.5
- env: TOXENV=py36
python: 3.6
- env: TOXENV=pypy
python: pypy2.7-5.10.0
- env: TOXENV=py38
python: 3.8-dev
install: pip install coveralls tox
script: tox
after_success: coveralls
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment