Files
Kyunghwan Kim 35f5524cd7 Replace installing python3.6 command on Makefile (#41)
* Modify Makefile

* Modify .travis.yml

* Replace make command on .travis.yml
2019-03-30 14:48:45 +09:00

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