Files
dungeon-sheets/.travis.yml
T
2018-10-14 14:10:10 -05:00

12 lines
217 B
YAML

language: python
python:
- "3.6"
- "3.7-dev" # 3.7 development branch
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -e .
# command to run tests
script:
- pytest