summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3877ad411ce50a955450b0491dc292329d2e947d (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
    - "3.7"
    - "3.8-dev"
install:
    - pip install -r requirements.txt
    - python setup.py build_ext --inplace
    - python setup.py install
script: make test