Remove testing on Python 3.4, as Ubuntu's default 3.x is now 3.5.

This commit is contained in:
2016-06-28 15:24:05 +02:00
parent cdb68fbcf7
commit f388410b45
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ python:
# See: https://github.com/travis-ci/travis-ci/issues/3024
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
install:

View File

@@ -1,6 +1,6 @@
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
envlist = py27,py34,py35
envlist = py27,py35
[pytest]
;addopts = -v --cov pillarsdk --cov-report term-missing