Skip to content

Commit 99bd8a0

Browse files
committed
Update the deploy scripts
1 parent a73f4d9 commit 99bd8a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
pip install flake8
3434
# Stop the build if there are flake8 issues
35-
flake8 . --count --show-source --statistics --exclude=temp
35+
flake8 . --count --show-source --statistics --exclude=temp,translations
3636
- name: Install Chrome and Firefox
3737
run: |
3838
sudo apt install google-chrome-stable

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- "python setup.py install"
2222
- "sudo rm -f /etc/boto.cfg"
2323
before_script:
24-
- "flake8 --exclude=temp"
24+
- "flake8 --exclude=temp,translations"
2525
# - "wget https://chromedriver.storage.googleapis.com/2.44/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo cp chromedriver /usr/local/bin/ && sudo chmod +x /usr/local/bin/chromedriver"
2626
# - "wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz -O /tmp/geckodriver.tar.gz && tar -C /opt -xzf /tmp/geckodriver.tar.gz && sudo chmod 755 /opt/geckodriver && sudo ln -fs /opt/geckodriver /usr/bin/geckodriver && sudo ln -fs /opt/geckodriver /usr/local/bin/geckodriver"
2727
# - "wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && tar -xvf ./phantomjs-2.1.1-linux-x86_64.tar.bz2 && export PATH=$PWD/phantomjs-2.1.1-linux-x86_64/bin:$PATH"

0 commit comments

Comments
 (0)