mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
8 lines
113 B
YAML
8 lines
113 B
YAML
# https://travis-ci.org/soimort/you-get
|
|
language: python
|
|
python:
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
script: make test
|