Unverified Commit d38b999a authored by Dave Machado's avatar Dave Machado
Browse files

Include pip requirements

parent cb9549ff
...@@ -2,6 +2,8 @@ language: python ...@@ -2,6 +2,8 @@ language: python
python: "3.6" python: "3.6"
notifications: notifications:
email: true email: true
install:
- pip install -r build/requirements.txt
before_script: before_script:
- cd build - cd build
script: script:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment