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

Wiggle Travis wires.

parent 3bb6d72d
...@@ -2,12 +2,17 @@ ...@@ -2,12 +2,17 @@
language: python language: python
sudo: false sudo: false
env: matrix:
- TOXENV=py27 include:
- TOXENV=py34 - python: 2.7
- TOXENV=py35 env: TOXENV=py27
- TOXENV=py36 - python: 3.4
- TOXENV=cover env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install: install:
- travis_retry pip install tox - 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