From 960e7be1f196564f3644a974acb1d24a406719d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 1 May 2017 17:13:35 +0000 Subject: [PATCH] tests: Fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2b141f..648623e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ virtualenv: install: - echo "127.0.0.1 localhost" | sudo tee /etc/hosts - echo "127.0.0.1 ca.example.lan ca" | sudo tee -a /etc/hosts - - echo "127.0.0.1 vpn.koodur.lan | sudo tee -a /etc/hosts + - echo "127.0.0.1 vpn.koodur.lan" | sudo tee -a /etc/hosts - pip install -r requirements.txt - pip install codecov pytest-cov - pip install --editable .