e79987df24
This reverts commit cfc6ecc908
.
12 líneas
176 B
YAML
12 líneas
176 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
- "2.7"
|
|
|
|
install:
|
|
- pip install .[test]
|
|
- pip install codecov
|
|
script: python setup.py pytest
|
|
after_script: codecov
|
|
|
|
cache: pip
|