pyinvoke / invocations

Reusable Invoke tasks
http://invocations.readthedocs.io
BSD 2-Clause "Simplified" License
165 stars 28 forks source link

Fix testrun under python3 #14

Closed scarabeusiv closed 3 years ago

scarabeusiv commented 6 years ago

With python3 if you open anything it is interpreted as an unicode and you would have to decode it.

Alternatively one can use codecs.open as I attach here:

invocations-py3.txt