mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
18 lines
318 B
YAML
18 lines
318 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.3.3 3.4.3 3.5.0 pypy-2.5.0
|
|
override:
|
|
- tox -- $CIRCLE_TEST_REPORTS
|