2013-02-15 01:06:04 +01:00
|
|
|
# https://travis-ci.org/soimort/you-get
|
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.2"
|
|
|
|
- "3.3"
|
2014-05-20 03:35:29 +02:00
|
|
|
- "3.4"
|
2015-09-21 00:50:41 +02:00
|
|
|
- "3.5"
|
|
|
|
- "nightly"
|
2014-09-20 22:40:08 +02:00
|
|
|
- "pypy3"
|
2013-02-15 01:06:04 +01:00
|
|
|
script: make test
|