Red-DiscordBot/.travis.yml
Will 02d3aec33e [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...
2017-11-19 14:43:35 -09:00

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