We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62b3ce commit ffeb1e4Copy full SHA for ffeb1e4
.travis.yml
@@ -4,6 +4,9 @@ python:
4
- "2.7"
5
- "3.3"
6
- "3.4"
7
+before_install:
8
+ - sudo apt-get update -qq
9
+ - sudo apt-get install -y ed
10
install:
11
- pip install .
12
script: nosetests
0 commit comments