Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

tox.ini 284 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. [tox]
  2. isolated_build = true
  3. envlist = py37, py38, py39, lint
  4. [gh-actions]
  5. python =
  6. 3.7: py37, lint
  7. 3.8: py38, lint
  8. 3.9: py39, lint
  9. [testenv]
  10. whitelist_externals =
  11. poetry
  12. make
  13. skip_install = true
  14. commands =
  15. make test
  16. [testenv:lint]
  17. commands =
  18. make lint
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...