Skip to content

Commit 647b831

Browse files
authored
Merge pull request #81 from pinecone-io/fix-log-level
CI experimentation
2 parents baa623a + d4f0ea8 commit 647b831

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ deps=
1919
commands =
2020
pytest --cov=pinecone --timeout=120 tests/unit {posargs}
2121

22+
[gh-actions]
23+
python =
24+
3.6: py36
25+
3.7: py37
26+
3.8: py38
27+
3.9: py39
28+
2229
[flake8]
2330
max-line-length = 120
2431
extend-ignore = E203

0 commit comments

Comments
 (0)