Skip to content

Update .travis.yml #134

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

Merged
merged 1 commit into from
Feb 5, 2017
Merged

Update .travis.yml #134

merged 1 commit into from
Feb 5, 2017

Conversation

mckelvin
Copy link
Contributor

@mckelvin mckelvin commented Feb 5, 2017

This PR will make it faster to run a CI job by:

  • Caching for the process of building the ta-lib C library
  • Using latest pip and wheel to install binary packages of Cython, pandas and numpy (if possible)

- WITH_TA_LIBRARY=yes
TA_INCLUDE_PATH=$DEPS_DIR/include
LD_LIBRARY_PATH=$DEPS_DIR/lib
TA_LIBRARY_PATH=$DEPS_DIR/lib
Copy link
Contributor Author

@mckelvin mckelvin Feb 5, 2017

Choose a reason for hiding this comment

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

After the Build ta-lib from source if the library is not found (#111 (comment)) feature is merged, I'll add a line of

- WITH_TA_LIBRARY=no

in the matrix section to setup test cases for the feature.

@mrjbq7 mrjbq7 merged commit f2d9b20 into TA-Lib:master Feb 5, 2017
@mckelvin mckelvin deleted the travis branch February 5, 2017 15:16
@mrjbq7
Copy link
Member

mrjbq7 commented Feb 5, 2017

Good ideas... and I hope we can get someone to contribute build_talib_from_source.cmd for our Windows friends. :-)

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.

2 participants