Skip to content

Commit

Permalink
Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernold11 committed Dec 12, 2019
1 parent 4664bf7 commit 6c726c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.7
python: 3.8
install:
- pip install -U pip
- pip install -U pycodestyle
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6c726c8

Please sign in to comment.