Merge pull request #377 from pre-commit/py35_travis

Simpler python3.5 on travis-ci
This commit is contained in:
Anthony Sottile
2016-06-01 09:20:17 -07:00

View File

@@ -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