Skip to content

Use python 3.6 for pre-release CI build

This PR modifies .travis.yml to use python: '3.6' for the pip install --pre CI job. Scipy doesn't seem to want to build on python: 'nightly' and the purpose of this job is to find breaking changes in dependencies, not necessary the python standard library.

Merge request reports