atom/ci

Install Atom Packages Defined In An Optional Environment Variable

joefitzgerald opened this issue · 1 comments

It would be nice to do apm install for any packages that are required for testing to succeed. I propose adding an optional environment variable that would be read, split, looped over, and apm install <package> installed, prior to running apm test.

Fixed by #10