Skip to content

Commit

Permalink
Coverage broken on travis for pypy
Browse files Browse the repository at this point in the history
but coverage is working on CPython 3.8 now :)
  • Loading branch information
lhupfeldt committed Dec 14, 2019
1 parent 2750c91 commit 9207672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/coverage_rc.tenjin
@@ -1,10 +1,10 @@
[run]
branch = True


[report]
<?py if major_version == 3 and minor_version == 8: ?>
fail_under = 80
<?py import platform ?>
<?py if platform.python_implementation() != 'CPython': ?>
fail_under = 99
<?py else: ?>
fail_under = 100
<?py #endif ?>
Expand Down

0 comments on commit 9207672

Please sign in to comment.