Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
travis.yml: unbreak python 3.5 builds
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 <[email protected]>
- Loading branch information