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 314 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
23
24
25
26
27
28
29
30
  1. [tox]
  2. envlist =
  3. py27
  4. py35
  5. py36
  6. py37
  7. py38
  8. flake8
  9. [gh-actions]
  10. python =
  11. 2.7: py27, flake8
  12. 3.5: py35, flake8
  13. 3.6: py36, flake8
  14. 3.7: py37, flake8
  15. 3.8: py38, flake8
  16. [testenv]
  17. commands =
  18. python setup.py test
  19. [testenv:flake8]
  20. deps =
  21. flake8
  22. commands =
  23. flake8
Tip!

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

Comments

Loading...