We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ac0d2 commit aee1f1fCopy full SHA for aee1f1f
1 file changed
.travis.yml
@@ -40,12 +40,14 @@ install:
40
- conda install -c conda-forge pandoc pypandoc nbsphinx ipython
41
- conda install -q -c conda-forge python-coveralls coverage pytest pytest-cov
42
- conda install -q -c conda-forge numexpr nodejs ipywidgets
43
+# - conda install -q -c exaanalytics exa
44
+ - pip install exa
45
- pip install travis-sphinx codacy-coverage
- - git clone https://github.com/exa-analytics/exa.git
- - cd exa
46
- - pip install .
47
- - cd ../
48
- - pip install -e .
+# - git clone https://github.com/exa-analytics/exa.git
+# - cd exa
+# - pip install .
49
+# - cd ../
50
+# - pip install -e .
51
52
script:
53
- export PYTHONDONTWRITEBYTECODE=1
0 commit comments