Skip to content

Commit

Permalink
changing order
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Oct 8, 2020
1 parent ce8c1fd commit 5546d97
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ before_install:
- ./miniconda.sh -b
- export PATH=$HOME/miniconda3/bin:$PATH
- conda update --yes conda
# - conda create --yes -n ingeotec python=$python
- conda install --yes python=$python
# - source activate ingeotec
- conda create --yes -n ingeotec python=$python
- source activate ingeotec
- conda config --append channels ingeotec
- conda install --yes numpy scipy scikit-learn gensim nltk nose
- conda install --yes pip
- pip install coverage
- pip install coveralls
- conda config --append channels ingeotec
- conda install --yes numpy scipy scikit-learn gensim nltk nose
- python setup.py build_ext --inplace

script:
Expand Down

0 comments on commit 5546d97

Please sign in to comment.