ソースを参照

Added Python version to TravisCI configuration

pull/147/head
Johannes 8年前
コミット
13ce3334c4
1個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml ファイルの表示

@@ -1 +1,6 @@
language: python
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt

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