mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Fix pip install in .travis.yml (#1319)
This commit is contained in:
parent
c8f3734569
commit
95acf7402d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user