2017-09-08 23:34:12 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 3.6
|
2017-09-24 21:53:56 +02:00
|
|
|
- 3.6-dev
|
2017-09-08 23:34:12 +02:00
|
|
|
- 3.7-dev
|
|
|
|
- nightly
|
|
|
|
script:
|
2017-09-08 23:36:29 +02:00
|
|
|
- pytest --cov=.
|
2017-09-14 10:36:12 +02:00
|
|
|
after_success:
|
2017-11-25 00:43:01 +01:00
|
|
|
- codecov
|
2017-09-09 10:27:33 +02:00
|
|
|
cache: pip
|