瀏覽代碼

Merge pull request #55 from offa/travis_ci

Travis CI
pull/63/head
Ben Kurtovic 4 年之前
committed by GitHub
父節點
當前提交
4ad20a6979
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 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

Loading…
取消
儲存