mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Make Travis only do py36 tox when deploying
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
parent
9752a9c719
commit
1bb5d698cc
@ -34,6 +34,7 @@ jobs:
|
|||||||
python: 3.6.6
|
python: 3.6.6
|
||||||
env:
|
env:
|
||||||
- DEPLOYING=true
|
- DEPLOYING=true
|
||||||
|
- TOXENV=py36
|
||||||
deploy:
|
deploy:
|
||||||
- provider: pypi
|
- provider: pypi
|
||||||
user: Red-DiscordBot
|
user: Red-DiscordBot
|
||||||
@ -49,6 +50,7 @@ jobs:
|
|||||||
python: 3.6.6
|
python: 3.6.6
|
||||||
env:
|
env:
|
||||||
- DEPLOYING=true
|
- DEPLOYING=true
|
||||||
|
- TOXENV=py36
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
|
- curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
|
||||||
- echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
|
- echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user