forked from mozilla/amo-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (29 loc) · 801 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: python
sudo: false
python:
- '2.7'
env:
- TOX_ENV=py27
- TOX_ENV=functional-tests
before_install:
- wget https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/jsshell-linux-x86_64.zip
- unzip -o jsshell-linux-x86_64.zip -d spidermonkey
install:
- pip install tox
script:
- tox -v -e $TOX_ENV --recreate
notifications:
irc:
channels:
- irc.mozilla.org#amo-bots
on_success: change
on_failure: always
deploy:
provider: pypi
user: marketplacedevsinternal
password:
secure: kYcPvTPRAPw4lXKgHqEPQr/df6+MppYn30u4POo/uciefp7362FP/88KU4fV87fo+6gwFuHktsVtCiYAOmQp/d0ajhqLv3ZIDGYr9kesFl5CtRuh/LDsx1Matasm0BKDepqY02r9eMJV0FweB9Lpz0vw79Ow6cgU2CH7f9GfgY4=
on:
tags: true
all_branches: true
distributions: "sdist bdist_wheel"