Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Zhu 53f42ab253
Add Travis CI for Python (#74)
- Add Python testing to the Travis-CI
- pip moved away from holding pep425tags in their codebase in pip version 20+, so we just import from wheel instead.
- The way we resolved requirement specs was not the most robust. We can just use pkg_resources's Requirement class functionality instead of writing our own. In particular, our original implementation did not work with "~=".
- Removed a number of tests that were redundant. These tests were fine when run on the user machine, but when run on the Travis-CI server they will time out.
2020-08-07 16:17:27 -07:00
Jonathan Zhu a27e5c2e93
Update Travis CI Ubuntu version and enable Linux in R package management (#35)
* Update Travis CI Ubuntu version and enable Linux in R package management

* Update README connection info for linux

* Add a few missed connectionInfo
2019-04-22 17:58:44 -07:00
Jonathan Zhu e30c4f106c remove extra print statements 2018-10-29 14:03:19 -07:00
Jonathan Zhu 43e6bd2690 add Travis 2018-10-29 14:00:05 -07:00