atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
730 stars 135 forks source link

Unit test on TravisCi #8

Closed l3str4nge closed 4 years ago

l3str4nge commented 4 years ago

I've added few unit tests and .travis.yml configuration file to run CI. For PEP8 checks :

  1. black
  2. flake8

Need to integrate this repo with TravisCI (https://travis-ci.com/)