use sane travis config add newer pytest versions and remove tox-travis

This commit is contained in:
Ronny Pfannschmidt
2017-08-09 14:21:19 +02:00
parent d5d630f1b7
commit 0515f59c63
2 changed files with 11 additions and 5 deletions

View File

@@ -6,13 +6,17 @@ python:
- '3.4'
- '3.5'
- '3.6'
install: pip install tox-travis setuptools_scm
env:
- TOXENV=py-pytest30
- TOXENV=py-pytest31
- TOXENV=py-pytest32
install: pip install tox setuptools_scm
matrix:
include:
# note: please use "tox --listenvs" to populate the build matrix
- python: "3.5"
- python: "3.6"
env: TOXENV=flakes
- python: "3.5"
- python: "3.6"
env: TOXENV=readme
script: tox