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 286 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
  1. [tox]
  2. envlist =
  3. py27
  4. py34
  5. py35
  6. py36
  7. flake8
  8. [travis]
  9. python =
  10. 2.7: py27, flake8
  11. 3.4: py34, flake8
  12. 3.5: py35, flake8
  13. 3.6: py36, flake8
  14. [testenv]
  15. commands =
  16. python setup.py test
  17. [testenv:flake8]
  18. deps =
  19. flake8==2.6.0
  20. commands =
  21. flake8
Tip!

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

Comments

Loading...