blob: 66c662e716ebca987aa758919bd8ea30b1ee6003 [file] [log] [blame]
Sergey Shepelev0112eff2017-05-05 06:46:43 +03001sudo: false
2language: python
3
4matrix:
5 fast_finish: true
6 include:
Sergey Shepelev55d87802018-03-17 02:33:19 +03007 - {env: test_group=package, python: 2.7}
8 - {env: test_group=package, python: 3.6}
9 - {env: test_group=pep8, python: 2.7}
10 - {env: test_group=pep8, python: 3.6}
Sergey Shepelev0112eff2017-05-05 06:46:43 +030011 - {python: 2.7}
12 - {python: 3.3}
13 - {python: 3.4}
14 - {python: 3.5}
15 - {python: 3.6}
16 - {python: pypy}
17
18cache:
19 apt: true
20 ccache: true
21 pip: true
22 directories:
23 - $HOME/.cache
Sergey Shepelev0112eff2017-05-05 06:46:43 +030024
25install:
26 - pip install 'pip>=9.0' 'setuptools>=36.2' 'codecov>=2.0.15' -r requirements-test.txt
27script:
28 - script/test -sv