mirror of
https://github.com/pinry/pinry.git
synced 2026-01-17 04:32:06 +01:00
Feature: Add python 3.7 and 3.8 and remove tests for 3.4
This commit is contained in:
committed by
Isaac Bythewood
parent
19f0297186
commit
2d7862233e
@@ -4,9 +4,10 @@ language: python
|
||||
cache:
|
||||
pip: true
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
install:
|
||||
- pip install pipenv && pipenv install --dev --system
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user