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

.travis.yml 192 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. language: python
  2. if: 'type = pull_request OR branch = master'
  3. python:
  4. - "3.8"
  5. install:
  6. - pip install -r requirements.txt
  7. - pip install pytest==5.4.3
  8. script:
  9. - pytest --doctest-modules
Tip!

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

Comments

Loading...