blob: ea09d949cdb6c504d069a358cef1556fbd98b450 (
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:
- python setup.py test
addons:
chrome: stable
sudo: required
|