Skip to content
Snippets Groups Projects
Commit 85c57f21 authored by nimrod's avatar nimrod
Browse files

- Use Python 3.5 instead of 2.7 in TravisCI.

- Cache pip and pre-commit in TravisCI.
parent a2370b4d
No related branches found
No related tags found
No related merge requests found
--- ---
language: python language: python
python: "2.7" python: "3.5"
dist: trusty dist: trusty
sudo: false sudo: false
cache:
- pip
- directories:
- $HOME/.pre-commit
install: install:
- pip install pre_commit - pip install pre_commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment