Skip to content

Commit

Permalink
Add py-xgboost to the environment (but no xgboost, old style installa…
Browse files Browse the repository at this point in the history
…tion option)
  • Loading branch information
JovanVeljanoski committed May 13, 2019
1 parent fb89b52 commit bcac1bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ before_install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
# future: kapteyn should only be needed for astro package testing
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION pip numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython runipy pandas pytest numba pyarrow graphviz python-graphviz pcre lightgbm xgboost catboost scikit-learn
# future: kapteyn should only be needed for astro package testing
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION pip numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython runipy pandas pytest numba pyarrow graphviz python-graphviz pcre lightgbm py-xgboost catboost scikit-learn
- which pip
- source activate test-environment
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down Expand Up @@ -64,7 +64,7 @@ install:
script:
- source activate test-environment
- python -m vaex.test.dataset TestDataset
# - py.test packages/vaex-core/vaex/test/dataset.py::TestDataset
# - py.test packages/vaex-core/vaex/test/dataset.py::TestDataset
- py.test tests/
# - runipy examples/tutorial_ipython_notebook.ipynb
# - runipy examples/advanced_plotting.ipynb
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n test-environment -c conda-forge python=%PYTHON_VERSION% numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython pandas runipy cython pytest numba pyarrow graphviz python-graphviz pcre lightgbm xgboost catboost scikit-learn"
- "conda create -q -n test-environment -c conda-forge python=%PYTHON_VERSION% numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython pandas runipy cython pytest numba pyarrow graphviz python-graphviz pcre lightgbm py-xgboost catboost scikit-learn"
- activate test-environment
- pip install "numpy>=1.13" "pyarrow>=0.12"
- pip install -r requirements.txt
Expand Down

0 comments on commit bcac1bf

Please sign in to comment.