##// END OF EJS Templates
test traitlets master
Matthias Bussonnier -
Show More
@@ -39,6 +39,11 b' install:'
39 39 - pip install pytest 'matplotlib !=3.2.0' mypy
40 40 - pip install codecov check-manifest --upgrade
41 41 - pip install mypy
42 - |
43 if [[ "$MASTER_DEPENDENCIES" == "True" ]]; then
44 pip install git+https://github.com/ipython/traitlets#egg=traitlets --force
45 fi
46
42 47
43 48 script:
44 49 - check-manifest
@@ -87,6 +92,9 b' matrix:'
87 92 language: generic
88 93 python: 3.7
89 94 env: TRAVIS_PYTHON_VERSION=3.7
95 - arch: amd64
96 python: "3.8"
97 env: MASTER_DEPENDENCIES=True
90 98 allow_failures:
91 99 - python: nightly
92 100
General Comments 0
You need to be logged in to leave comments. Login now