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 371 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
19
  1. dist: trusty
  2. sudo: required
  3. language: python
  4. python:
  5. - "2.7"
  6. - "3.4"
  7. - "3.5"
  8. - "3.6"
  9. before_install:
  10. - sudo apt-get -qq update
  11. - sudo apt-get install -qq cmake python-numpy python-scipy libboost-python-dev
  12. - pip install git+https://github.com/ageitgey/face_recognition_models
  13. install:
  14. - pip install -r requirements.txt
  15. - pip install tox-travis
  16. script: tox
Tip!

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

Comments

Loading...