From 849f36b944a5922e5fc456f62026626718100807 2020-06-05 22:02:18 From: Matthias Bussonnier Date: 2020-06-05 22:02:18 Subject: [PATCH] Merge pull request #12371 from Carreau/traitlets-master test traitlets master --- diff --git a/.travis.yml b/.travis.yml index e515c97..4c46bbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,11 @@ install: - pip install pytest 'matplotlib !=3.2.0' mypy - pip install codecov check-manifest --upgrade - pip install mypy + - | + if [[ "$MASTER_DEPENDENCIES" == "True" ]]; then + pip install git+https://github.com/ipython/traitlets#egg=traitlets --force + fi + script: - check-manifest @@ -87,6 +92,9 @@ matrix: language: generic python: 3.7 env: TRAVIS_PYTHON_VERSION=3.7 + - arch: amd64 + python: "3.8" + env: MASTER_DEPENDENCIES=True allow_failures: - python: nightly