mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
9 lines
125 B
YAML
9 lines
125 B
YAML
# https://travis-ci.org/soimort/you-get
|
|
language: python
|
|
python:
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "pypy3"
|
|
script: make test
|