Files
pytest_gui_status/.travis.yml
T

32 lines
479 B
YAML

sudo: false
language: python
addons:
apt:
packages:
- redis-server
matrix:
# include py35
include:
- env: TOXENV=py35
python: "3.5"
env:
- TOXENV=py27
- TOXENV=py34
# - TOXENV=py35
# other versions
- TOXENV=py26
- TOXENV=py33
- TOXENV=pypy
# not included, for incompatibility
# - "2.5" # tarvis errs
# - "3.2" # humanfriendly cant install
# - "pypy3" # psutil errs
install:
- pip install tox
# command to run tests
script: tox