Skip to content

Commit

Permalink
Update .travis.ymÃl
Browse files Browse the repository at this point in the history
Signed-off-by: funilrys <contact@funilrys.com>
  • Loading branch information
funilrys committed Jun 17, 2018
1 parent 0691fc1 commit bb7a294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ matrix:

install:
- pip3 install --upgrade pip
- pip3 install pylint coverage coveralls pip-autoremove
- pip3 install pylint coverage coveralls pip-autoremove pyfunceble-dev

script:
# Everything is into one line because we want the test to fail if one of those command fails.
- pip3 install git+https://github.com/funilrys/PyFunceble.git@dev#egg=PyFunceble && PyFunceble -ex -d github.com && PyFunceble -ex -f .travis/list_to_test && PyFunceble -ex --adblock -f .travis/adblock_to_test
- pip-autoremove PyFunceble -y && coverage run setup.py test && python3 setup.py install && PyFunceble -ex -d github.com && PyFunceble -ex -f .travis/list_to_test && PyFunceble -ex --adblock -f .travis/adblock_to_test
- PyFunceble -ex -d github.com && PyFunceble -ex -f .travis/list_to_test && PyFunceble -ex --adblock -f .travis/adblock_to_test
- pip-autoremove pyfunceble-dev -y && coverage run setup.py test && python3 setup.py install && PyFunceble -ex -d github.com && PyFunceble -ex -f .travis/list_to_test && PyFunceble -ex --adblock -f .travis/adblock_to_test
- echo "Lint PyFunceble" && pylint PyFunceble && echo "Lint tests" && pylint tests/*.py

after_success:
Expand Down

0 comments on commit bb7a294

Please sign in to comment.