Simpler python3.5 on travis-ci

This commit is contained in:
Anthony Sottile
2016-06-01 08:28:35 -07:00
parent 00bed9ea2f
commit 31599822fc

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