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

circle.yml 259 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
  1. machine:
  2. python:
  3. version: '3.6.0'
  4. dependencies:
  5. override:
  6. - pip -V
  7. - pip install -U 'pip<8.0' 'virtualenv<14.0' ipdb tox tox-pyenv
  8. - pyenv local 2.7.11 3.4.4 3.5.2 3.6.0
  9. test:
  10. override:
  11. - bash circle_tox.sh:
  12. parallel: true
Tip!

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

Comments

Loading...