Create .travis.yml
This commit is contained in:
parent
5d653c2c3c
commit
f988b42881
|
@ -0,0 +1,17 @@
|
|||
language: python
|
||||
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
python: 3.7
|
||||
dist: bionic
|
||||
sudo: true
|
||||
|
||||
install:
|
||||
- pip install -U setuptools
|
||||
- pip install -r src/tests/requirements.txt
|
||||
- pip install src
|
||||
|
||||
script:
|
||||
- tox
|
Loading…
Reference in New Issue