2015-04-01 13:18:36 +03:00
|
|
|
build: off
|
|
|
|
|
environment:
|
2016-05-28 20:22:15 +03:00
|
|
|
|
2015-04-01 13:18:36 +03:00
|
|
|
matrix:
|
|
|
|
|
- TOXENV: "py27"
|
2016-05-28 20:22:15 +03:00
|
|
|
|
2015-04-01 13:18:36 +03:00
|
|
|
install:
|
2016-05-28 20:22:15 +03:00
|
|
|
- cmd: git submodule update --init --recursive
|
2016-05-30 13:15:19 +03:00
|
|
|
- cmd: SET PATH=%PATH%;C:\Python27\Scripts;C:\MinGW\bin
|
2016-05-28 20:27:16 +03:00
|
|
|
- cmd: pip install tox
|
2016-05-28 20:22:15 +03:00
|
|
|
|
2015-04-01 13:18:36 +03:00
|
|
|
test_script:
|
2016-05-28 20:22:15 +03:00
|
|
|
- cmd: tox
|