From e46571cd94bda033bf407474dbe10ae444e010ba Mon Sep 17 00:00:00 2001 From: pegler Date: Fri, 19 Jun 2015 08:48:51 -0400 Subject: [PATCH] fix typo in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ac6e96..083f2af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "nightly" # command to install dependencies install: - - pip install -e + - pip install -e . - pip install -r tests/requirements.txt # command to run tests script: