Skip to content

Commit

Permalink
TST: Fix fake data for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ruelas authored and twiecki committed Oct 4, 2016
1 parent c3d8619 commit 6d6d019
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion pyfolio/tests/test_pos.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def test_extract_pos(self):
index=index
)
expected.index.name = 'index'
expected.columns.name = 'sid'

assert_frame_equal(result, expected)

Expand Down

0 comments on commit 6d6d019

Please sign in to comment.