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

6 Коммитов

Автор 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 8eb6408e9b
Add check login test (#71)
* Add check login test
* Update packages
2020-07-13 11:32:01 -07:00
Jonathan Zhu 6a343b69ec
Jonathan zhu11/odbc testing (#70)
* Change all sql package calls to use odbc instead of RODBC

* style fixes

* remove references to RODBC

* comment and whitespace changes

* Add timeout to 60 minutes in Travis-CI
2020-07-09 10:08:43 -07:00
Jonathan Zhu f9a0e922e9 fix R version for testing 2019-05-15 10:55:04 -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 43e6bd2690 add Travis 2018-10-29 14:00:05 -07:00