Skip to content

Commit 4d95a80

Browse files
committed
nose-timer to pip command
1 parent 25f399b commit 4d95a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ install:
2323
# install a few of the dependencies that pip would otherwise try to install
2424
# when intalling scikit-bio
2525
- travis_retry conda create --yes -n qiita python=$PYTHON_VERSION pip nose flake8
26-
pyzmq networkx pyparsing natsort mock future libgfortran seaborn nose-timer
26+
pyzmq networkx pyparsing natsort mock future libgfortran seaborn
2727
'pandas>=0.18' 'matplotlib>=1.1.0' 'scipy>0.13.0' 'numpy>=1.7' 'h5py>=2.3.1'
2828
- source activate qiita
2929
- pip install -U pip
30-
- pip install sphinx sphinx-bootstrap-theme coveralls 'ipython[all]==2.4.1'
30+
- pip install sphinx sphinx-bootstrap-theme coveralls 'ipython[all]==2.4.1' nose-timer
3131
- travis_retry pip install . --process-dependency-links
3232
- 'echo "backend: Agg" > matplotlibrc'
3333
# Install the biom plugin so we can run the analysis tests

0 commit comments

Comments
 (0)