Skip to content

Commit ffeb1e4

Browse files
committed
Install ed on Travis
1 parent b62b3ce commit ffeb1e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ python:
44
- "2.7"
55
- "3.3"
66
- "3.4"
7+
before_install:
8+
- sudo apt-get update -qq
9+
- sudo apt-get install -y ed
710
install:
811
- pip install .
912
script: nosetests

0 commit comments

Comments
 (0)