quandl / quandl-python

MIT License
1.36k stars 336 forks source link

travis.yml: unbreak python 3.5 builds #155

Closed couture-ql closed 4 years ago

couture-ql commented 4 years ago

Fix travis by relying on pip for install requirements. Fixes an issue where running python test would fail for python 3.5 as it would install latest dependencies, of which may be incompatible with python 3.5.

Signed-off-by: Jamie Couture jamie@quandl.com