##// END OF EJS Templates
test traitlets master
Matthias Bussonnier -
Show More
@@ -39,6 +39,11 b' install:'
39 - pip install pytest 'matplotlib !=3.2.0' mypy
39 - pip install pytest 'matplotlib !=3.2.0' mypy
40 - pip install codecov check-manifest --upgrade
40 - pip install codecov check-manifest --upgrade
41 - pip install mypy
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 script:
48 script:
44 - check-manifest
49 - check-manifest
@@ -87,6 +92,9 b' matrix:'
87 language: generic
92 language: generic
88 python: 3.7
93 python: 3.7
89 env: TRAVIS_PYTHON_VERSION=3.7
94 env: TRAVIS_PYTHON_VERSION=3.7
95 - arch: amd64
96 python: "3.8"
97 env: MASTER_DEPENDENCIES=True
90 allow_failures:
98 allow_failures:
91 - python: nightly
99 - python: nightly
92
100
General Comments 0
You need to be logged in to leave comments. Login now