mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
11 lines
191 B
YAML
11 lines
191 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "pypy"
|
|
# command to install dependencies
|
|
# install:
|
|
# - pip install
|
|
# - pip install -r requirements.txt
|
|
# command to run tests
|
|
script:
|
|
nosetests
|