summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2964683ed1e1a545f03ec19a63619571ea8a30c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dist: trusty
language: python
python:
    - "3.4"
    - "3.5"
    - "3.6"
install:
    - pip install .
script:
    - python -m unittest crocoite.browser
addons:
    chrome: stable
sudo: required