mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Test py36 instead of py34
This commit is contained in:
parent
5da199bb8d
commit
bec44063b0
4 changed files with 14 additions and 15 deletions
19
.travis.yml
19
.travis.yml
|
|
@ -1,18 +1,19 @@
|
|||
language: python
|
||||
python: 3.5
|
||||
env: # These should match the tox env list
|
||||
- TOXENV=py27
|
||||
- TOXENV=py34
|
||||
- TOXENV=py35
|
||||
- TOXENV=pypy
|
||||
sudo: false
|
||||
matrix:
|
||||
include: # These should match the tox env list
|
||||
- env: TOXENV=py27
|
||||
- env: TOXENV=py35
|
||||
python: 3.5
|
||||
- env: TOXENV=py36
|
||||
python: 3.6
|
||||
- env: TOXENV=pypy
|
||||
install: pip install coveralls tox
|
||||
script: tox
|
||||
before_install:
|
||||
# Install git-lfs for a test
|
||||
- './get-git-lfs.py && export PATH="/tmp/git-lfs:$PATH"'
|
||||
after_success:
|
||||
- coveralls
|
||||
sudo: false
|
||||
after_success: coveralls
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue