소스 검색
Configure tox-gh-actions
Thomas Kluyver
4 년 전
1개의 변경된 파일과
8개의 추가작업 그리고
0개의 파일을 삭제
-
8
0
tox.ini
|
@@ -2,6 +2,14 @@
|
|
|
isolated_build = True
|
|
|
envlist = python
|
|
|
|
|
|
+[gh-actions]
|
|
|
+python =
|
|
|
+ 3.5: python
|
|
|
+ 3.6: python
|
|
|
+ 3.7: python
|
|
|
+ 3.8: python
|
|
|
+ 3.9: python
|
|
|
+
|
|
|
[testenv]
|
|
|
deps = pytest
|
|
|
pytest-cov
|