0ca032265a
Python 3.4 has reached end-of-life so remove it from the set of officially supported Python versions.
17 lines
198 B
YAML
17 lines
198 B
YAML
branches:
|
|
only:
|
|
- "master"
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
cache: pip
|
|
install:
|
|
- pip install tox-travis
|
|
script:
|
|
- tox
|
|
services:
|
|
- redis-server
|