tractor/.travis.yml

14 lines
220 B
YAML
Raw Normal View History

2018-07-12 02:28:05 +00:00
language: python
python:
- '3.6'
# setup.py reading README breaks this?
# - pypy
# - nightly
install:
- cd $TRAVIS_BUILD_DIR
- pip install . -r requirements-test.txt
script:
- pytest tests/