ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Cache #91

Closed ocefpaf closed 7 years ago

ocefpaf commented 7 years ago

Implements a caching system for the conda packages so we can run the CIs faster.

Closes https://github.com/ODM2/ODM2PythonAPI/issues/87

rebased with #90

ocefpaf commented 7 years ago

@lsetiawan you can merge this one too. It will make testing a little faster and, in essence, it is the same as #90

lsetiawan commented 7 years ago

I'll wait till travis is finished and then I'll double check then merge.

lsetiawan commented 7 years ago

Errors are related to API. Merging now.