ソースを参照

removed special requirements for py.test from travis configuration

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

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

@@ -2,8 +2,8 @@ language: python
python:
- "2.7"

before_install:
- pip install pytest pytest-cov
#before_install:
# - pip install pytest pytest-cov

# command to install dependencies
install:


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