mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 09:26:06 -05:00
[V3 Dependencies] Fix travis/gh 429s (#1109)
* Fix travis/gh 429s * JK this fixes it * Keep pip updated * Ok lets just use pip * ONE...MORE...
This commit is contained in:
@@ -4,7 +4,11 @@ python:
|
||||
- "3.5.3"
|
||||
- "3.6.1"
|
||||
install:
|
||||
- pip install --process-dependency-links -e .[test]
|
||||
- echo "pytest>3" >> requirements.txt
|
||||
- echo "pytest-asyncio" >> requirements.txt
|
||||
- echo "git+https://github.com/Rapptz/discord.py.git@rewrite#egg=discord.py[voice]" >> requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
- pip install -e .
|
||||
script:
|
||||
- python -m compileall ./redbot/cogs
|
||||
- python -m pytest
|
||||
|
||||
Reference in New Issue
Block a user