mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Merge pull request #377 from pre-commit/py35_travis
Simpler python3.5 on travis-ci
This commit is contained in:
commit
b81e489cb2
1 changed files with 1 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
|
python: 3.5
|
||||||
env: # These should match the tox env list
|
env: # These should match the tox env list
|
||||||
- TOXENV=py26
|
- TOXENV=py26
|
||||||
- TOXENV=py27
|
- TOXENV=py27
|
||||||
|
|
@ -30,9 +31,3 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
- $HOME/.pre-commit
|
- $HOME/.pre-commit
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- deadsnakes
|
|
||||||
packages:
|
|
||||||
- python3.5-dev
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue