mirror of
https://github.com/sprockets/sprockets.clients.dynamodb.git
synced 2024-11-23 19:29:51 +00:00
15 lines
232 B
YAML
15 lines
232 B
YAML
|
language: python
|
||
|
python:
|
||
|
- 2.7
|
||
|
- 3.4
|
||
|
- 3.5
|
||
|
before_install:
|
||
|
- pip install nose coverage codecov
|
||
|
- pip install -r requires/testing.txt
|
||
|
install:
|
||
|
- pip install -e .
|
||
|
script: nosetests --with-coverage
|
||
|
after_success:
|
||
|
- codecov
|
||
|
sudo: false
|