File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
run : |
33
33
pip install flake8
34
34
# 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
36
36
- name : Install Chrome and Firefox
37
37
run : |
38
38
sudo apt install google-chrome-stable
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install:
21
21
- " python setup.py install"
22
22
- " sudo rm -f /etc/boto.cfg"
23
23
before_script :
24
- - " flake8 --exclude=temp"
24
+ - " flake8 --exclude=temp,translations "
25
25
# - "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"
26
26
# - "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"
27
27
# - "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"
You can’t perform that action at this time.
0 commit comments