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 156 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. python:
  3. - "3.6"
  4. # command to install dependencies
  5. install:
  6. - pip install -r requirements.txt
  7. # command to run tests
  8. script:
  9. - pytest
Tip!

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

Comments

Loading...