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