Skip to content

Commit aee1f1f

Browse files
committed
Updated travis to install exa from pip
1 parent 14ac0d2 commit aee1f1f

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ install:
4040
- conda install -c conda-forge pandoc pypandoc nbsphinx ipython
4141
- conda install -q -c conda-forge python-coveralls coverage pytest pytest-cov
4242
- conda install -q -c conda-forge numexpr nodejs ipywidgets
43+
# - conda install -q -c exaanalytics exa
44+
- pip install exa
4345
- pip install travis-sphinx codacy-coverage
44-
- git clone https://github.com/exa-analytics/exa.git
45-
- cd exa
46-
- pip install .
47-
- cd ../
48-
- pip install -e .
46+
# - git clone https://github.com/exa-analytics/exa.git
47+
# - cd exa
48+
# - pip install .
49+
# - cd ../
50+
# - pip install -e .
4951

5052
script:
5153
- export PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)