datamade / scrapers-us-municipal

Scrapers for US municipal governments.
MIT License
10 stars 8 forks source link

Determine pattern for enabling travis on parent directory #31

Open reginafcompton opened 5 years ago

reginafcompton commented 5 years ago

scrapers-us-municipal has tests! We should run these tests, as part of our code review process (opencivicdata parent repo) and deployment pattern (datamade forked repo).

From my understanding, we'll need a .travis.yml file in opencivicdata/scrapers-us-municipal that runs the tests – however, we want to keep the .travis.yml file in datamade/scrapers-us-municipal unique (i.e., it has all our deployment junk).

Is there a smart way to set this up? a way that allows us to easily fetch changes from the parent repo, without having its travis file override the DataMade one?