sqlmlutils/Travis-CI
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
..
installODBC.sh Add Travis CI for Python (#74) 2020-08-07 16:17:27 -07:00