diff --git a/.travis.yml b/.travis.yml index be167451f3460..3e24f3798ca04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,19 +66,6 @@ matrix: apt: packages: - python-gtk2 - - python: 3.4 - env: - - PYTHON_VERSION=3.4 - - JOB_NAME: "34_nslow" - - NOSE_ARGS="not slow and not disabled" - - FULL_DEPS=true - - CLIPBOARD=xsel - - CACHE_NAME="34_nslow" - - USE_CACHE=true - addons: - apt: - packages: - - xsel - python: 3.5 env: - PYTHON_VERSION=3.5 @@ -93,6 +80,33 @@ matrix: apt: packages: - xsel + - python: 3.6-dev + env: + - PYTHON_VERSION=3.6 + - JOB_NAME: "36_dev" + - JOB_TAG=_DEV + - NOSE_ARGS="not slow and not network and not disabled" + - PANDAS_TESTING_MODE="deprecate" + addons: + apt: + packages: + - libatlas-base-dev + - gfortran +# In allow_failures + - python: 2.7 + env: + - PYTHON_VERSION=2.7 + - JOB_NAME: "27_nslow_nnet_COMPAT" + - NOSE_ARGS="not slow and not network and not disabled" + - LOCALE_OVERRIDE="it_IT.UTF-8" + - INSTALL_TEST=true + - JOB_TAG=_COMPAT + - CACHE_NAME="27_nslow_nnet_COMPAT" + - USE_CACHE=true + addons: + apt: + packages: + - language-pack-it # In allow_failures - python: 2.7 env: @@ -103,45 +117,46 @@ matrix: - FULL_DEPS=true - CACHE_NAME="27_slow" - USE_CACHE=true +# In allow_failures + - python: 2.7 + env: + - PYTHON_VERSION=2.7 + - JOB_NAME: "27_build_test_conda" + - JOB_TAG=_BUILD_TEST + - NOSE_ARGS="not slow and not disabled" + - FULL_DEPS=true + - BUILD_TEST=true + - CACHE_NAME="27_build_test_conda" + - USE_CACHE=true # In allow_failures - python: 3.4 env: - PYTHON_VERSION=3.4 - - JOB_NAME: "34_slow" - - JOB_TAG=_SLOW - - NOSE_ARGS="slow and not network and not disabled" + - JOB_NAME: "34_nslow" + - NOSE_ARGS="not slow and not disabled" - FULL_DEPS=true - CLIPBOARD=xsel - - CACHE_NAME="34_slow" + - CACHE_NAME="34_nslow" - USE_CACHE=true addons: apt: packages: - xsel # In allow_failures - - python: 2.7 + - python: 3.4 env: - - PYTHON_VERSION=2.7 - - JOB_NAME: "27_build_test_conda" - - JOB_TAG=_BUILD_TEST - - NOSE_ARGS="not slow and not disabled" + - PYTHON_VERSION=3.4 + - JOB_NAME: "34_slow" + - JOB_TAG=_SLOW + - NOSE_ARGS="slow and not network and not disabled" - FULL_DEPS=true - - BUILD_TEST=true - - CACHE_NAME="27_build_test_conda" + - CLIPBOARD=xsel + - CACHE_NAME="34_slow" - USE_CACHE=true -# In allow_failures - - python: 3.6-dev - env: - - PYTHON_VERSION=3.6 - - JOB_NAME: "36_dev" - - JOB_TAG=_DEV - - NOSE_ARGS="not slow and not network and not disabled" - - PANDAS_TESTING_MODE="deprecate" addons: apt: packages: - - libatlas-base-dev - - gfortran + - xsel # In allow_failures - python: 3.5 env: @@ -157,21 +172,6 @@ matrix: packages: - libatlas-base-dev - gfortran -# In allow_failures - - python: 2.7 - env: - - PYTHON_VERSION=2.7 - - JOB_NAME: "27_nslow_nnet_COMPAT" - - NOSE_ARGS="not slow and not network and not disabled" - - LOCALE_OVERRIDE="it_IT.UTF-8" - - INSTALL_TEST=true - - JOB_TAG=_COMPAT - - CACHE_NAME="27_nslow_nnet_COMPAT" - - USE_CACHE=true - addons: - apt: - packages: - - language-pack-it # In allow_failures - python: 3.5 env: @@ -226,18 +226,19 @@ matrix: - BUILD_TEST=true - CACHE_NAME="27_build_test_conda" - USE_CACHE=true - - python: 3.6-dev + - python: 3.4 env: - - PYTHON_VERSION=3.6 - - JOB_NAME: "36_dev" - - JOB_TAG=_DEV - - NOSE_ARGS="not slow and not network and not disabled" - - PANDAS_TESTING_MODE="deprecate" + - PYTHON_VERSION=3.4 + - JOB_NAME: "34_nslow" + - NOSE_ARGS="not slow and not disabled" + - FULL_DEPS=true + - CLIPBOARD=xsel + - CACHE_NAME="34_nslow" + - USE_CACHE=true addons: apt: packages: - - libatlas-base-dev - - gfortran + - xsel - python: 3.5 env: - PYTHON_VERSION=3.5