travis: no need to install python3.5 (#2904)
As we are testing on 3.4 and 2.7.
This commit is contained in:
parent
72291d65c9
commit
f7ce100180
|
|
@ -3,11 +3,6 @@ language: python
|
|||
addons:
|
||||
code_climate:
|
||||
repo_token: 5f3a06c425eef7be4b43627d7d07a3e46c45bdc07155217825ff7c49cb6a470c
|
||||
apt:
|
||||
sources:
|
||||
- deadsnakes
|
||||
packages:
|
||||
- python3.5
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.wheelhouse/
|
||||
|
|
|
|||
Loading…
Reference in New Issue