mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:04:30 +08:00
Merge pull request #690 from quantopian/time-tests
TEST: Run nosetests with timings.
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ install:
|
||||
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
|
||||
- source activate testenv
|
||||
- conda install --yes -c https://conda.binstar.org/Quantopian numpy=$NUMPY_VERSION pandas=$PANDAS_VERSION scipy==$SCIPY_VERSION matplotlib Cython patsy statsmodels tornado pyparsing xlrd mock pytz requests six dateutil ta-lib logbook
|
||||
- pip install --upgrade pip nose-timer coverage
|
||||
- pip install --upgrade pip coverage
|
||||
- pip install -e .[dev]
|
||||
- pip install -r etc/requirements_blaze.txt
|
||||
before_script:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nose==1.3.7
|
||||
nose-parameterized==0.5.0
|
||||
nose-ignore-docstring==0.2
|
||||
nose-timer==0.5.0
|
||||
xlrd==0.9.4
|
||||
|
||||
# These are required by mock or its dependencies
|
||||
|
||||
Reference in New Issue
Block a user