diff --git a/.travis.yml b/.travis.yml index 4e290fe99..6d73daecf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ jobs: - pycodestyle moler - stage: style language: python - python: 3.7 + python: 3.8 install: - pip install -U pip - pip install -U pycodestyle @@ -35,7 +35,7 @@ jobs: python: 2.7 install: - pip install -U pip - - pip install -U pytest-mccabe pytest-random + - pip install -U pytest pytest-mccabe pytest-random before_script: - pip install -Ur requirements.txt - python2 -V @@ -48,17 +48,17 @@ jobs: - cat *.log - stage: test language: python - python: 3.7 + python: 3.8 install: - pip install -U pip - - pip install -U coveralls pytest-mccabe pytest-random pytest-asyncio + - pip install -U coveralls pytest pytest-mccabe pytest-random pytest-asyncio before_script: - pip install -Ur requirements.txt - python3 -V env: - NAME="Test" script: - - python3.7 -m pytest --mccabe moler + - python3.8 -m pytest --mccabe moler - coverage run -m pytest -c py3pytest.ini --random -s -vv after_success: - coveralls