ソースを参照

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

読み込み中…
キャンセル
保存