mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-09-09 11:25:10 +08:00
* Modify Makefile * Modify .travis.yml * Replace make command on .travis.yml
16 lines
176 B
YAML
16 lines
176 B
YAML
dist: xenial
|
|
|
|
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
|
|
install:
|
|
- make py36
|
|
- make dep
|
|
- make dev
|
|
|
|
script:
|
|
# run static analysis and format check
|
|
- make test
|