summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 11950e02ef8a3ec5fc65000ecca2383f7fa42f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dist: trusty
language: python
python:
    - "3.6"
    - "3.7"
install:
    - pip install .
script:
    - python setup.py test
addons:
    chrome: stable
sudo: required