mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
11 lines
265 B
YAML
11 lines
265 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
install:
|
|
- "pip install -e ."
|
|
- "pip install -r requirements.txt"
|
|
script:
|
|
coverage run --rcfile=.coverage.rc manage.py test
|
|
after_success:
|
|
coveralls --config_file=.coverage.rc --coveralls_yaml=.coveralls.yml
|