Skip to content

Commit 379f236

Browse files
committed
[RELEASE] Version 2.1.5
1 parent 04b341e commit 379f236

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.5"
66
- "3.6"
77
- "3.7"
8+
- "3.8"
89
before_install:
910
- sudo apt-get update
1011
install:
@@ -25,4 +26,5 @@ script:
2526
- if [[ $TRAVIS_PYTHON_VERSION == 3.5* ]]; then py.test tests/; fi
2627
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* ]]; then py.test tests/; fi
2728
- if [[ $TRAVIS_PYTHON_VERSION == 3.7* ]]; then py.test tests/; fi
29+
- if [[ $TRAVIS_PYTHON_VERSION == 3.8* ]]; then py.test tests/; fi
2830
cache: pip

tests/test_ipf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pandas as pd
77
import numpy as np
88

9-
from pandas.util.testing import assert_frame_equal
9+
from pandas.testing import assert_frame_equal
1010
from numpy.testing import assert_almost_equal
1111

1212
pd.options.display.expand_frame_repr = False

0 commit comments

Comments
 (0)