このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
pete
/
abp
ウォッチ
1
スター
1
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Tox passing
master
Pete Shadbolt
5年前
親
261c3a1c0f
コミット
7de0334ef3
2個のファイルの変更
、
33行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+25
-0
requirements.txt
+8
-0
tox.ini
+ 25
- 0
requirements.txt
ファイルの表示
@@ -0,0 +1,25 @@
backcall==0.1.0
certifi==2018.11.29
chardet==3.0.4
decorator==4.3.2
filelock==3.0.10
idna==2.8
ipython-genutils==0.2.0
networkx==2.2
numpy==1.16.2
parso==0.3.4
pexpect==4.6.0
pickleshare==0.7.5
pluggy==0.9.0
prompt-toolkit==2.0.9
ptyprocess==0.6.0
py==1.8.0
Pygments==2.3.1
requests==2.21.0
six==1.12.0
toml==0.10.0
tox==3.7.0
traitlets==4.3.2
urllib3==1.24.1
virtualenv==16.4.3
wcwidth==0.1.7
+ 8
- 0
tox.ini
ファイルの表示
@@ -0,0 +1,8 @@
[tox]
envlist = py27, py36
[testenv]
deps=
-r requirements.txt
pytest
commands=pytest {posargs}
書き込み
プレビュー
読み込み中…
キャンセル
保存