28e19b51a7
And update associated documentation
10 lines
119 B
YAML
10 lines
119 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
sudo: false
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|
|
services:
|
|
- redis-server
|