[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:
Will
2017-11-19 18:43:35 -05:00
committed by palmtree5
parent e983e1cefb
commit 02d3aec33e
2 changed files with 22 additions and 6 deletions

View File

@@ -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