a60732d963
- Changed the Dockerfile to use `python:3.6` base image; - Updated PyPI classifiers to include it; - Added it to tox/travis environments for CI.
15 lines
176 B
YAML
15 lines
176 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
sudo: false
|
|
install:
|
|
- pip install tox-travis
|
|
script:
|
|
- tox
|
|
services:
|
|
- redis-server
|