mrJean1 / PyGeodesy

Pure Python geodesy tools
https://mrjean1.github.io/PyGeodesy/
297 stars 58 forks source link

Python 3+ tests on Windows #14

Closed mrJean1 closed 6 years ago

mrJean1 commented 7 years ago

All PyGeodesy 17.9.22 tests pass with 32-bit Python 2.7.14 on Windows 10 Pro, see the log file in the tests results folder. The tests have also been run with 32-bit Python 3.6.3 now Windows 7 Pro and Windows 10 Pro, but there is still a unicode code to be resolved. In addition, testing with 64-bit Python on Windows is still to be done.

cclauss commented 6 years ago

https://www.appveyor.com will allow you to run automated testing on Windows and Linux.

mrJean1 commented 6 years ago

The tests are (finally) running on Appveyor with 64-bit Windows Server 2012R2. Critical is setting environment variable PYTHONIOENCODING=utf-8.