Skip to content

Commit

Permalink
[V3 Github] Travis: removed tox, added black and yarl
Browse files Browse the repository at this point in the history
  • Loading branch information
retke committed May 21, 2018
1 parent 810f811 commit 16e9f05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ env:
install:
- pip install -U --process-dependency-links Red-DiscordBot[voice]
- pip install -U --process-dependency-links git+https://github.com/Rapptz/discord.py@rewrite
- pip install -U pipenv
- pipenv install --dev
- pip install yarl==0.18.0

script:
- pipenv run tox
- black --check -l 100 .
- python3 -m compileall .
- python3 info_deploy.py

0 comments on commit 16e9f05

Please sign in to comment.