mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +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
|