summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2e7c3764b8dba7e75679e64c54b683b08aad1fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dist: trusty
language: python
python:
    - "3.6"
    - "3.6-dev"
    - "3.7-dev"
install:
    - pip install .
script:
    - python setup.py test
addons:
    chrome: stable
sudo: required
after_success:
  - bash <(curl -s https://codecov.io/bash)