monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
245 stars 79 forks source link

use stable python 3.7 in travis CI #32

Closed rooterkyberian closed 5 years ago

rooterkyberian commented 5 years ago

Travis so has some issues with running python 3.7 natively, and due to that initially the old, no longer updated, "-dev" version was used. This PR fixes that by using a stable release - much more likely used by the end users of the package.

Related travis issue: https://github.com/travis-ci/travis-ci/issues/9815

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 104


Files with Coverage Reduction New Missed Lines %
monero/numbers.py 2 97.62%
monero/ed25519.py 5 69.9%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 36: -0.7%
Covered Lines: 833
Relevant Lines: 979

💛 - Coveralls