Skip to content

Commit

Permalink
fixed coverage for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmaslanka committed Jun 30, 2021
1 parent d78c277 commit ade287f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
python: "pypy3.5"
before_script:
- pypy3 -m pip install -r requirements.txt
- pypy3 -m pip install pytest coverage pytest-cov
- pypy3 -m pip install pytest
script:
- pypy3 setup.py install
- pypy3 setup.py test
- pytest
after_script:
- echo "Do nothing"
- stage: test
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ universal = 0

[options]
python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
test_suite = tests

0 comments on commit ade287f

Please sign in to comment.