Fix Travis-CI integration (#276)

Use tox-travis to solve the current issues with Travis-CI
This commit is contained in:
Alexis Metaireau 2017-10-23 22:58:04 +02:00 committed by GitHub
parent e3285bef36
commit 74e9af59e6
2 changed files with 13 additions and 7 deletions

View file

@ -1,10 +1,9 @@
language: python
script: tox
install:
- pip install tox
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=docs
- pip install tox-travis
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

View file

@ -26,3 +26,10 @@ deps =
[flake8]
exclude = migrations
max_line_length = 100
[travis]
python =
2.7: py27
3.4: py34
3.5: py35
3.6: py36, docs, lint