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

CircleCI - Continuous Integration #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

CircleCI - Continuous Integration #36

wants to merge 1 commit into from

Conversation

deinok
Copy link

@deinok deinok commented Sep 20, 2016

This will execute tests in a Ubuntu 14.04 Server. (You should enable CircleCI here https://circleci.com/)

This will ensure that always pass the tests.

Will be useful when developing to support windows

(Changes in test.sh have been done because in most of cases the command "cd" don't work in CI Servers)

* CircleCI Added

* Update circle.yml

* Update circle.yml

* Update circle.yml

* CircleCI
Copy link
Owner

@pixelb pixelb left a comment

Choose a reason for hiding this comment

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

There will need to be corresponding changes to tox.ini at least. Could circle.yml use the same scheme as tox.ini to change directory?

thanks

trap cleanup EXIT

export PATH=..:$PATH

Copy link
Owner

Choose a reason for hiding this comment

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

If the current or parent dir isn't in the $PATH, we're not sure the correct crudini will be executed

Copy link
Author

Choose a reason for hiding this comment

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

Okey, I will fixit, and try to use it with Tox.

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.

None yet

2 participants