Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cythonized files now deleted after setup. (closes #667)
Default behavior now depends on release or dev status. When in dev mode default is to use Cython and delete cythonized files. When in release mode default is to skip Cython but keep existing cythonized files. setup.py now reads the version string directly from version.py. Environment variable handling in setup.py enhanced to recognize strings with boolean meaning (fixes #629). Travis' minimal build now also rebuilds cythonized files.
- Loading branch information