2015-11-04 22:22:08 +00:00
|
|
|
sudo: false
|
2012-11-13 17:50:46 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.2"
|
2013-03-19 01:22:21 +00:00
|
|
|
- "3.3"
|
2014-05-26 22:25:36 +00:00
|
|
|
- "3.4"
|
2015-11-04 21:34:28 +00:00
|
|
|
- "3.5"
|
|
|
|
- "3.5-dev"
|
|
|
|
- "nightly"
|
2012-11-13 17:50:46 +00:00
|
|
|
- "pypy"
|
2015-11-04 22:21:00 +00:00
|
|
|
- "pypy3"
|
2013-06-28 21:49:23 +00:00
|
|
|
install:
|
2016-10-18 11:11:27 +00:00
|
|
|
- pip install pytest typing
|
2012-11-13 18:27:48 +00:00
|
|
|
script: py.test -vv
|