mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
15 lines
231 B
YAML
15 lines
231 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "pypy"
|
|
# command to install dependencies
|
|
# install:
|
|
- pip install coveralls
|
|
# - pip install -r requirements.txt
|
|
# command to run tests
|
|
script:
|
|
nosetests
|
|
|
|
after_success:
|
|
coveralls
|
|
|