Trying to pass travis tests.

pull/107/head
Yuri Baburov 6 years ago
parent f7f439d019
commit 8235f0794c

@ -6,12 +6,12 @@ python:
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py35
# - TOX_ENV=py35
- TOX_ENV=py36
before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8363
- pyenv global system 3.6
- pyenv global system $TRAVIS_PYTHON_VERSION
install:
- travis_retry pip install -U pip wheel tox

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, py34, py35, py36
envlist = py27, py35, py36
[testenv]
deps=pytest

Loading…
Cancel
Save