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 947 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
  1. language: python
  2. python:
  3. - '3.6'
  4. - '3.7'
  5. install:
  6. - pip install -r requirements.txt
  7. - pip install .
  8. script:
  9. - pytest
  10. deploy:
  11. provider: pypi
  12. user: __token__
  13. distributions: sdist bdist_wheel
  14. skip_existing: true
  15. on:
  16. tags: true
  17. password:
  18. secure: QJxH1m3GMpgeN3AzO3fKap8qZlJSAzGE7bBgXmwnqHabr/wmecTp8Nn7amrfZ81LqyqX2NKseTAugGV/F+PhMC1Xp03aO7U4ppn7/9pBtRk/tGsoy/acfRG78NbmWonUsApbpRlw02/4rocppo2qnnjj/Q+cPqmQhovux6tkpeLdpItWuKuXfPI745vxYGABmtwZGwd59TmWP0PR1Fhuz9IiA0JUo1P4d4DB5ltw1qdAT43Nmzz4/S5mMDpnr54yfa+L7NSNy0q4U6mpvHXM62l7mrQP6P6qOH4W+HKYsS9jiMhmCT7zLbug+k77BwuHiiBy+E+i7pPFHwHqze8+T980nsFPtnae/iT338JYDFHxkEe0GBF08brXA2YRkN9h57b4dIhGH3eNt+eDTXz8BIC/6oUivwVjvilZTpK89DTItGSpBz7NSMB+ByooNqbLJzK8eTpepRyv4FCfbO6Wh2mv1JIU7bFkejpJoI3hVpOk3hhS8iKT+CCB01cyDAJqOiGqQ14ZtGljKqIxPGWwjnLVi1wPUBssuByFYGq302t7DZYC1kSwBltJG3kFgffFWCAIIOAv0lS51N28u1+jN5nALCT5yI0omzLeERC4Bo/rZXcOtuvOh/ebXYLeFLkUYgsTz7JFPhKZOB1BL2QNWNYwwTp1YVZYW+eODubCOT8=
Tip!

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

Comments

Loading...