Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernold11 authored Dec 12, 2019
1 parent 6c726c8 commit b9f841e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- pycodestyle moler
- stage: style
language: python
python: 3.8
python: 3.7
install:
- pip install -U pip
- pip install -U pycodestyle
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- cat *.log
- stage: test
language: python
python: 3.8
python: 3.7
install:
- pip install -U pip
- pip install -U coveralls pytest pytest-mccabe pytest-random pytest-asyncio
Expand All @@ -58,7 +58,7 @@ jobs:
env:
- NAME="Test"
script:
- python3.8 -m pytest --mccabe moler
- python3.7 -m pytest --mccabe moler
- coverage run -m pytest -c py3pytest.ini --random -s -vv
after_success:
- coveralls
Expand Down

0 comments on commit b9f841e

Please sign in to comment.