mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
10 lines
105 B
YAML
10 lines
105 B
YAML
language: python
|
|
env:
|
|
- TOXENV=py27
|
|
- TOXENV=py33
|
|
- TOXENV=py34
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|