Compare commits

..

1 Commits

Author SHA1 Message Date
palmtree5
95acf7402d Fix pip install in .travis.yml (#1319) 2018-02-18 18:56:09 -09:00

View File

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