mathLab / PyGeM

Python Geometrical Morphing
http://mathlab.github.io/PyGeM/
Other
342 stars 119 forks source link

solving issue osx py36 #162

Closed mtezzele closed 5 years ago

mtezzele commented 5 years ago

The python 3.6 binary that ships with anaconda is statically linked with the python libs. Because of this, py36 with occ on osx on travis has some critical issues. We edited the matrix for travis changing py36 with py35, waiting for occ for py37.