summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: be8e089c2af52cac37eacd1a8f493a7b4fb08c9b (plain)
1
2
3
4
5
6
7
language: python
python:
  - "3.7"
  - "3.8-dev"
install:
  - "pip install ."
script: testall.py