浏览代码

Travis CI support added (python 3.6, 3.7, 3.8).

pull/55/head
offa 4 年前
父节点
当前提交
cc6be13f37
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. +15
    -0
      .travis.yml

+ 15
- 0
.travis.yml 查看文件

@@ -0,0 +1,15 @@
language: python

dist: bionic

python:
- "3.6"
- "3.7"
- "3.8"


install:
- pipenv install

script:
- pytest

正在加载...
取消
保存