mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-01 18:29:32 +00:00
Add TravisCI
This commit is contained in:
parent
962fb8ffe4
commit
9988633c7d
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: python
|
||||
sudo: false
|
||||
cache: pip
|
||||
python:
|
||||
- "3.7"
|
||||
install:
|
||||
- "pip install -e ."
|
||||
script:
|
||||
- "cd test && pytest"
|
||||
Loading…
x
Reference in New Issue
Block a user