mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
7 lines
103 B
YAML
7 lines
103 B
YAML
|
# https://travis-ci.org/soimort/you-get
|
||
|
language: python
|
||
|
python:
|
||
|
- "3.2"
|
||
|
- "3.3"
|
||
|
script: make test
|