fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
125 stars 39 forks source link

Tests: Run mybin.py using 'python' and not the shebang #71

Closed hroncok closed 7 years ago

hroncok commented 7 years ago

Otherwise /usr/bin/python3 is used and not the one from virtualenv/tox

Fixes travis-ci/travis-ci#6168

mcyprian commented 7 years ago

Thanks @hroncok.