mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +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
|
||||
python: 3.5
|
||||
env: # These should match the tox env list
|
||||
- TOXENV=py26
|
||||
- TOXENV=py27
|
||||
|
|
@ -30,9 +31,3 @@ cache:
|
|||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/.pre-commit
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- deadsnakes
|
||||
packages:
|
||||
- python3.5-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue