Adding Travis config.
This commit is contained in:
parent
927dc21800
commit
10083add38
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- '3.8'
|
||||||
|
cache:
|
||||||
|
- pip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install mock nose yapf coverage
|
||||||
|
- pip install .
|
||||||
|
- pip install -r dfvfs_requirements.txt
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./run_tests.py
|
Loading…
Reference in a new issue