From 95acf7402de7049998a0d2608ab21ce9878ef1bb Mon Sep 17 00:00:00 2001 From: palmtree5 <3577255+palmtree5@users.noreply.github.com> Date: Sun, 18 Feb 2018 18:56:09 -0900 Subject: [PATCH] Fix pip install in .travis.yml (#1319) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5470fd6d7..7d6271ba4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - echo "git+https://github.com/Rapptz/discord.py.git@rewrite#egg=discord.py[voice]" >> requirements.txt - pip install -r requirements.txt -- pip install -e . +- pip install . script: - python -m compileall ./redbot/cogs - python -m pytest