mirror of
https://github.com/WikiTeam/wikiteam
synced 2024-11-12 07:12:41 +00:00
14c62c6587
* Added .travis.yml to enable Travis CI Signed-off-by: mr.Shu <mr@shu.io>
7 lines
75 B
YAML
7 lines
75 B
YAML
language: python
|
|
python: 2.7
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|