mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
27 lines
490 B
YAML
27 lines
490 B
YAML
language: python
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- redis-server
|
|
|
|
env:
|
|
matrix:
|
|
# major versions, test first
|
|
- TOXENV=py27
|
|
- TOXENV=py35
|
|
# other versions
|
|
- TOXENV=py26
|
|
- TOXENV=py33
|
|
- TOXENV=py34
|
|
- TOXENV=py35
|
|
- TOXENV=pypy
|
|
- TOXENV=pypy3
|
|
# not included, for incompatibility
|
|
# - "2.5" # tarvis errs
|
|
# - "3.2" # humanfriendly cant install
|
|
# - "pypy3" # psutil errs
|
|
|
|
# command to run tests
|
|
script: tox
|