1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

travis: Remove tests for Python 3.4

Testing with Python3.4 takes significantly longer than with 2.7 or 3.6
due to having to compile some dependencies from source each time.
This commit is contained in:
Marc Bonnici 2018-07-09 16:00:56 +01:00 committed by setrofim
parent ad87a40e06
commit f3dc94b95e

View File

@ -17,7 +17,6 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.4"
- "3.6" - "3.6"
install: install: