Commit 71fb5f10 authored by Tres Seaver's avatar Tres Seaver

Wiggle Travis wires.

parent 3bb6d72d
......@@ -2,12 +2,17 @@
language: python
sudo: false
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=cover
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install:
- travis_retry pip install tox
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment