mirror of
https://github.com/vale981/SecondaryValue
synced 2025-03-04 16:41:38 -05:00
12 lines
134 B
YAML
12 lines
134 B
YAML
![]() |
language: python
|
||
|
python:
|
||
|
- "3"
|
||
|
|
||
|
install:
|
||
|
- pip install tox-travis coveralls
|
||
|
script:
|
||
|
- tox
|
||
|
|
||
|
after_success:
|
||
|
- coveralls
|