forked from goodboy/tractor
1
0
Fork 0
tractor/.travis.yml

16 lines
261 B
YAML

language: python
matrix:
include:
- python: 3.6
- python: 3.7
dist: xenial
sudo: required
install:
- cd $TRAVIS_BUILD_DIR
- pip install -U . -r requirements-test.txt
script:
- pytest tests/ --no-print-logs