Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Add CircleCI basic integration #29

Merged
merged 1 commit into from
Jan 16, 2017
Merged

PR: Add CircleCI basic integration #29

merged 1 commit into from
Jan 16, 2017

Conversation

goanpeca
Copy link
Member

@goanpeca goanpeca commented Jan 16, 2017

Fixes #28

For now only checks pep8 (but it does not enforce it), another PR will fix all formatting changes.

@goanpeca goanpeca self-assigned this Jan 16, 2017
@goanpeca goanpeca added this to the v0.1 milestone Jan 16, 2017
@goanpeca goanpeca closed this Jan 16, 2017
@goanpeca goanpeca reopened this Jan 16, 2017
#- $CMD_TEST_PYTHON setup.py develop;

# Environment for lint checks
- conda create -n lint ciocheck python=3.5 -c conda-forge -q
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the name of the environment to test because once this is in place we'll start adding pytest's :-)

Also, please install ciocheck from the spyder-ide channel to avoid mixing compiled dependencies between defaults and conda-forge. I did the same for Spyder.

@goanpeca
Copy link
Member Author

I am not using the astropy helpers. They are useless with circle ci

@goanpeca
Copy link
Member Author

@ccordoba12 this is ready. This puts the infrastructure but no checks are included so far. The next PR will fix this.

@ccordoba12
Copy link
Member

Ok, thanks a lot for working on this one.

@ccordoba12 ccordoba12 changed the title PR: Add circle ci basic integration PR: Add CircleCI basic integration Jan 16, 2017
@ccordoba12 ccordoba12 merged commit 3c9a40b into spyder-ide:master Jan 16, 2017
@goanpeca goanpeca deleted the feature/circle-ciocheck branch January 16, 2017 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add code autoformatting, autolinting, test etc... ciocheck
2 participants