New travis matrix for pypy, hopefully avoids conda weirdness.

This commit is contained in:
traverseda 2017-12-04 11:24:42 -04:00 committed by Gil Forsyth
parent 7009fe98e3
commit db8e4f22ec

View file

@ -18,9 +18,9 @@ matrix:
- MINICONDA_OS="Linux"
- BUILD_DOCS=true
- os: linux
python:
- "nightly"
- "pypy3"
python: "nightly"
- os: linux
python: "pypy3"
- os: osx
language: generic
env: PYTHON="3.6" MINICONDA_OS="MacOSX"