mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-11 13:48:54 -05:00
* Fix travis/gh 429s * JK this fixes it * Keep pip updated * Ok lets just use pip * ONE...MORE...
17 lines
428 B
YAML
17 lines
428 B
YAML
dist: trusty
|
|
language: python
|
|
python:
|
|
- "3.5.3"
|
|
- "3.6.1"
|
|
install:
|
|
- 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
|
|
cache: pip
|
|
notifications:
|
|
email: false |