blob: 923df969289530d99b97119c1ca565d4ec8b9e7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
install:
- pip install -r requirements.txt
- python setup.py build_ext --inplace
- python setup.py install
script: make test
|