remove Python 3.4 and Python 3.7 added

pull/209/head
Alexandre Dulaunoy 2018-07-12 11:43:24 +02:00
parent 5ad7211a0d
commit 3fd58537f6
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 1 deletions

View File

@ -6,11 +6,12 @@ services:
cache: pip
python:
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7"
- "3.7-dev"
install:
- pip install -U nose codecov pytest