Adding Travis config.

This commit is contained in:
Jason Solomon 2020-11-23 14:42:45 +11:00
parent 927dc21800
commit 10083add38

13
.travis.yml Normal file
View 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