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 188 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
  1. [tox]
  2. envlist =
  3. py36,
  4. py37,
  5. py38,
  6. flake8
  7. [testenv]
  8. commands =
  9. python setup.py test
  10. [testenv:flake8]
  11. basepython=python3
  12. deps=flake8
  13. commands=flake8 causalimpact tests
Tip!

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

Comments

Loading...