Travis integration: take 6

This commit is contained in:
Daniel Quinn 2016-02-21 01:58:09 +00:00
parent 300dc97e83
commit 5f0962bc3e

View File

@ -1,13 +1,17 @@
language: python
sudo: false
python:
- "3.4"
- "3.5"
env:
- TOXENV=py34
- TOXENV=py35
- TOXENV=pep8
matrix:
include:
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- env: TOXENV=pep8
install:
- pip install --requirement requirements.txt
- pip install tox
- pip install --requirement requirements.txt
- pip install tox
script: tox -c src/tox.ini