Skip to content

Commit

Permalink
Introduction of a new command into the CI process
Browse files Browse the repository at this point in the history
Signed-off-by: funilrys <contact@funilrys.com>
  • Loading branch information
funilrys committed Aug 26, 2018
1 parent 73b8205 commit 293f642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -26,6 +26,7 @@ script:
- coverage run setup.py test && python3 setup.py install
- domain2idna -d аррӏе.com
- domain2idna -f .travis/list_of_domain
- domain2idna -f .travis/list_of_domain -o list_of_domain_converted
- echo "Tests linting " && pylint tests/*.py && echo "domain2idna linting" && pylint domain2idna

after_success:
Expand Down

0 comments on commit 293f642

Please sign in to comment.