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 198 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. dist: xenial
  2. language: python
  3. python:
  4. - "3.6"
  5. # command to install dependencies
  6. install:
  7. - pip install --progress-bar off -r requirements.txt
  8. # command to run tests
  9. script:
  10. - python travis.py
Tip!

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

Comments

Loading...