blob: ce2d61f1c69dc1979de9494855727bf542d25527 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
dist: trusty
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "pypy3.5"
install:
- pip install .
script:
- pytest --cov=crocoite crocoite
addons:
chrome: stable
sudo: required
|