tests: stop testing Python 3.4

This commit is contained in:
Todd Gamblin 2019-05-11 16:14:11 -07:00
parent 963eb98979
commit 3c2e4b9558

View File

@ -35,11 +35,6 @@ jobs:
os: linux
language: python
env: [ TEST_SUITE=unit, COVERAGE=true ]
- python: '3.4'
sudo: required
os: linux
language: python
env: TEST_SUITE=unit
- python: '3.5'
sudo: required
os: linux