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

Removed ERT building from travis. #3

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

joakim-hove
Copy link
Contributor

No description provided.

@@ -49,7 +49,7 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda install pyqt=4 scipy=0.16.1 numpy pandas matplotlib future
Copy link
Contributor

Choose a reason for hiding this comment

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

we can also remove pandas, can't we? I thought that's only used in UI.

@@ -58,7 +58,7 @@ env:
before_script:
- mkdir build
- cd build
- cmake -DBUILD_TESTS=ON -DBUILD_PYTHON=ON -DERT_BUILD_CXX=ON ..
- cmake -DBUILD_TESTS=ON -DBUILD_PYTHON=ON -DERT_BUILD_CXX=ON -DBUILD_APPLICATIONS=ON ..
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry for removing this. What's applications, again?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Applications is just a set of small utilities for working with binary eclipse files, could probably to a large extent be replaced by 10 line Python scripts.

Copy link
Contributor

@pgdr pgdr left a comment

Choose a reason for hiding this comment

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

Looks good

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