Skip to content

Commit a2742be

Browse files
committed
TST: Alter test environment
Use conda to install sphinx and pytest
1 parent 00d102f commit a2742be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ before_install:
5252
- conda create -n linearmodels-test python=${PYTHON} numpy=${NUMPY} scipy=${SCIPY} pandas=${PANDAS} statsmodels matplotlib seaborn
5353
- source activate linearmodels-test
5454
- if [[ ${XARRAY} = true ]]; then conda install xarray; fi
55-
- conda install --yes --quiet sphinx ipython jupyter nbconvert nbformat
56-
- pip install pytest pytest-xdist coverage pytest-cov codecov sphinx doctr nbsphinx guzzle_sphinx_theme -q
57-
- pip install --upgrade --no-deps sphinx
58-
- pip install sphinx
55+
- conda install --yes --quiet sphinx ipython jupyter nbconvert nbformat pytest pytest-xdist coverage pytest-cov
56+
- pip install codecov doctr nbsphinx guzzle_sphinx_theme -q
57+
# - pip install --upgrade --no-deps sphinx
58+
# - pip install sphinx
5959
- export PYTHONHASHSEED=0
6060
- export MKL_NUM_THREADS=1
6161

0 commit comments

Comments
 (0)