Skip to content

Commit

Permalink
Test mac py3
Browse files Browse the repository at this point in the history
Issue: #10
  • Loading branch information
gopinath-langote committed Jun 16, 2019
1 parent da0fd63 commit 2d600d3
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 @@ -34,9 +34,9 @@ matrix:
python: 3.5

install:
- pip install -r requirements.txt
- pip3 install -r requirements.txt
script:
- pytest -v --cov-report term --cov=tests/
- python3 -m pytest -v --cov-report term --cov=tests/
after_success:
- codecov

0 comments on commit 2d600d3

Please sign in to comment.