Skip to content

Commit

Permalink
Update of .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 13, 2018
1 parent fb1476b commit d389a4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ install:

script:
# Everything is into one line because we want the test to fail if one of those command fails.
- echo "Lint PyFunceble" && pylint PyFunceble && echo "Lint tests" && pylint tests/*.py && pip3 install git+https://github.com/funilrys/PyFunceble.git@dev#egg=PyFunceble && PyFunceble -ex -d github.com && pip uninstall -y PyFunceble && 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
- 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 uninstall -y PyFunceble && 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:
- coveralls
Expand Down

0 comments on commit d389a4c

Please sign in to comment.