Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release_v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernold11 committed Dec 12, 2019
2 parents 7e422cb + b9f841e commit 7862115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -51,7 +51,7 @@ jobs:
python: 3.7
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
Expand Down

0 comments on commit 7862115

Please sign in to comment.