Fix pip install in .travis.yml (#1319)

This commit is contained in:
palmtree5
2018-02-18 18:56:09 -09:00
committed by GitHub
parent c8f3734569
commit 95acf7402d

View File

@@ -9,7 +9,7 @@ install:
- echo "git+https://github.com/Rapptz/discord.py.git@rewrite#egg=discord.py[voice]" - echo "git+https://github.com/Rapptz/discord.py.git@rewrite#egg=discord.py[voice]"
>> requirements.txt >> requirements.txt
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -e . - pip install .
script: script:
- python -m compileall ./redbot/cogs - python -m compileall ./redbot/cogs
- python -m pytest - python -m pytest