Skip to content

Commit

Permalink
Merge pull request #543 from cclauss/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed May 31, 2020
2 parents 99cdbfc + 8e100df commit 7be5d11
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ python:
- 3.7
- 3.6
- 3.5
- 3.4
- 2.7
sudo: false
install:
- pip install --upgrade pip
- pip install .
Expand All @@ -23,19 +21,19 @@ matrix:
allow_failures:
- python: "nightly"
include:
- python: 3.7
- python: 3.8
env:
- TEST_DEPS=ipython[test]
- TEST=iptest
- python: 3.7
env:
- TEST_DEPS=git+https://github.com/jupyter/nbconvert.git#egg=nbconvert[test]
- TEST="py.test --pyargs nbconvert"
- python: 3.7
- python: 3.8
env:
- TEST_DEPS=notebook[test]
- TEST="nosetests --exclude selenium notebook"
- python: 3.7
- python: 3.8
env:
- TEST_DEPS=ipywidgets[test]
- TEST="pytest --pyargs ipywidgets"
Expand Down

0 comments on commit 7be5d11

Please sign in to comment.