[45ad7e]: / .travis.yml

Download this file

12 lines (10 with data), 191 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
dist: xenial # required for Python >= 3.7
language: python
python:
- "3.7"
- "3.8"
# command to install dependencies
install:
- pip install .
# command to run tests
script: pytest