mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
18 lines
339 B
YAML
18 lines
339 B
YAML
machine:
|
|
python:
|
|
version: 3.5.0
|
|
|
|
dependencies:
|
|
pre:
|
|
- sudo apt-get install redis-server
|
|
override:
|
|
- pip install --upgrade -r requirements.txt
|
|
- pip install tox
|
|
|
|
test:
|
|
pre:
|
|
- pyenv versions
|
|
- pyenv global 2.7.10 3.4.3 3.5 pypy-2.5.0
|
|
override:
|
|
- tox -e circleci_27,circleci_34,circleci_35,circleci_pypy
|