diff --git a/.travis.yml b/.travis.yml index 890e7263..603a6c71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,6 @@ install: - pip install nose_parameterized #- pip install --no-deps git+https://github.com/quantopian/zipline - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes mock enum34; fi - - pip install --no-deps git+https://github.com/pymc-devs/pymc3.git - pip install -e .[bayesian] before_script: diff --git a/pyfolio/tests/test_pos.py b/pyfolio/tests/test_pos.py index 653648c8..865845b4 100644 --- a/pyfolio/tests/test_pos.py +++ b/pyfolio/tests/test_pos.py @@ -76,7 +76,6 @@ def test_extract_pos(self): index=index ) expected.index.name = 'index' - expected.columns.name = 'sid' assert_frame_equal(result, expected)