AguaClara / aide_document-DEPRECATED

This module is no longer being maintained due to the transition to Onshape.
MIT License
0 stars 0 forks source link

Get ready for production #21

Closed eak24 closed 6 years ago

eak24 commented 6 years ago

I think there are still a few things that keep this so it's not quite ready for production. First off, you should be using codecov and Travis for your development tools. See a tutorial on getting these working here.

eak24 commented 6 years ago

You also should be working in a virtual environment - meaning you should have an environment.yaml that defines that.

oliver-leung commented 6 years ago

For the virtual environment, is there anything specific that we should be configuring our environment with? We're not too familiar with using Conda environments.

eak24 commented 6 years ago

Your environment should have only all the different packages necessary to work on, test, and publish your package. It is the environment that you are requiring developers to use when they work on your project. This should all be spec'd in your environment.yaml, created using this.

BTW, all of your builds are currently failing on Travis!