NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

Issue #34 - Fix broken TravisCI build #35

Closed MJJoyce closed 6 years ago

MJJoyce commented 6 years ago

Update config env vars to set both AIT_CONFIG and BLISS_CONFIG until we switch over to AIT Core in DSN repo. Technically these aren't both needed, and the AIT_CONFIG value doesn't work, but it's a good reminder of the changes we need to make.

Update config paths to proper DSN repo config paths. Previously the core config path structure was being used.

Update test run script to use python setup.py nosetests so tests don't fail to properly import libraries.

MJJoyce commented 6 years ago

Note, we expect this to be marked as failing because we have both the AIT_CONFIG and BLISS_CONFIG values. Since the AIT_CONFIG build will fail all of it is marked as failing

You can see the logs for the passing BLISS_CONFIG build

I'm going to comment out the AIT_CONFIG line so it reminds us to switch over with the library change without breaking the build