Skip to content

Commit

Permalink
CI change requirements order, install in correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Mar 22, 2016
1 parent 966c419 commit 9118c2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: python
python:
- "2.7"
- "3.4"

cache:
directories:
Expand Down
4 changes: 3 additions & 1 deletion ci_scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ popd
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib
source activate testenv
pip install -r requ.txt

# Install requirements in correct order
cat requ.txt | xargs pip install

if [[ "$COVERAGE" == "true" ]]; then
pip install coverage coveralls
Expand Down
2 changes: 1 addition & 1 deletion requ.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Cython

git+https://github.com/automl/HPOlibConfigSpace@refactor
git+https://github.com/sfalkner/pynisher@master
git+https://bitbucket.org/aadfreiburg/smac3@development
git+https://bitbucket.org/aadfreiburg/random_forest_run@master
git+https://bitbucket.org/aadfreiburg/smac3@development

0 comments on commit 9118c2f

Please sign in to comment.