Skip to content

Conversation

@eywalker
Copy link
Contributor

Introduction of scipy as part of requirements required a number of changes to Travis configuration, including:

  • explicit installation of dependencies: BLAS, LAPACK, ATLAS, and Fortran
  • extension of Travis time delay to cope with long build time for scipy. Travis times out after 10 min of non-response and this was preventing successful build under Python 3.5. Extended this to 30 min.

These modifications allow for scipy to be built and the rest of the test to be run. However, building of scipy alone extends the test time by nearly 10min, and we might want to look into other methods to speed up the test run time.

@coveralls
Copy link

coveralls commented May 29, 2016

Coverage Status

Coverage remained the same at 75.575% when pulling bbb9269 on eywalker:master into e1e086b on datajoint:master.

@dimitri-yatsenko dimitri-yatsenko merged commit ee3e7dd into datajoint:master May 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants