mirror of
https://github.com/WikiTeam/wikiteam
synced 2024-11-10 13:10:27 +00:00
7 lines
75 B
YAML
7 lines
75 B
YAML
|
language: python
|
||
|
python: 2.7
|
||
|
install:
|
||
|
- pip install tox
|
||
|
script:
|
||
|
- tox
|