mirror of
https://github.com/wassname/cachier.git
synced 2026-09-11 12:00:30 +08:00
added python 3.7 to testing
This commit is contained in:
+5
-4
@@ -3,10 +3,11 @@ python:
|
||||
- '2.7'
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
notifications:
|
||||
email:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
before_install:
|
||||
# coverage submission packages
|
||||
- pip install codecov
|
||||
|
||||
Reference in New Issue
Block a user