moz-sql-parser/.travis.yml

15 строки
168 B
YAML
Исходник Обычный вид История

2016-11-13 20:17:53 +03:00
language: python
python:
- "2.7"
2018-01-29 20:49:13 +03:00
- "3.6"
2016-11-13 20:17:53 +03:00
install:
2019-01-08 23:42:00 +03:00
- "pip install ."
2016-11-13 20:17:53 +03:00
env:
- PYTHONPATH=.
# command to run tests
script:
2018-01-29 21:06:24 +03:00
- python -m unittest discover tests