mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-03 03:31:50 +02:00

So that we are consistent between dev test env and CI test env. The use of `TOXENV` is to keep travis running the several envs in parallel.
8 lines
111 B
YAML
8 lines
111 B
YAML
language: python
|
|
script: tox
|
|
install:
|
|
- pip install tox
|
|
env:
|
|
- TOXENV=py27
|
|
- TOXENV=py35
|
|
- TOXENV=docs
|