mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
9 lines
127 B
YAML
9 lines
127 B
YAML
language: python
|
|
script: tox
|
|
install:
|
|
- pip install tox
|
|
env:
|
|
- TOXENV=py27
|
|
- TOXENV=py34
|
|
- TOXENV=py35
|
|
- TOXENV=docs
|