Create .travis.yml
This commit is contained in:
parent
8f313ab643
commit
6f451245bf
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "3.9"
|
||||
# command to install dependencies
|
||||
install:
|
||||
before_script:
|
||||
- pip install tox-travis
|
||||
- pip install coveralls
|
||||
# command to run tests
|
||||
script: tox
|
||||
after_success: coveralls
|
||||
Loading…
Add table
Add a link
Reference in a new issue