17 lines
245 B
YAML
17 lines
245 B
YAML
machine:
|
|
python:
|
|
version: 2.7
|
|
|
|
checkout:
|
|
post:
|
|
- git submodule update --init
|
|
- pip install -U pip setuptools virtualenv
|
|
|
|
dependencies:
|
|
pre:
|
|
- pip install tox
|
|
|
|
test:
|
|
override:
|
|
- tox -e py27
|