dfdewey/.travis.yml

14 lines
188 B
YAML
Raw Normal View History

2020-11-23 03:42:45 +00:00
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