Skip to content

Commit 2ec72d4

Browse files
SnShinenorvig
authored andcommitted
modified travis file to install jupyter before executing travis script
1 parent d324fe4 commit 2ec72d4

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language:
1+
language:
22
- python
33

44
python:
@@ -9,9 +9,10 @@ before_install:
99

1010
install:
1111
- pip install flake8
12+
- pip install jupyter
1213
- pip install -r requirements.txt
1314

14-
script:
15+
script:
1516
- py.test
1617
- python -m doctest -v *.py
1718

ipyviews.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
try:
2-
from IPython.display import HTML, display, clear_output
3-
except ImportError:
4-
print('IPython not available.')
1+
from IPython.display import HTML, display, clear_output
52

63
from agents import PolygonObstacle
74
import time

0 commit comments

Comments
 (0)