summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 92e155a8..ff624435 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,9 @@ python:
- "3.5"
- "3.6"
+before_install:
+ - which nano
+
install:
- pip install . pytest mock codecov==1.5.1 behave pexpect==3.3