Skip to content

Commit a97e80f

Browse files
committed
MNT: Don't pin matplotlib 1.5 builds to numpy 1.9
Conda doesn't have packages for that combination.
1 parent dfbda5a commit a97e80f

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
@@ -13,8 +13,8 @@ env:
1313
- CONDA_DEPENDENCIES="pytest matplotlib nose coverage"
1414
- PIP_DEPENDENCIES="pytest-cov coveralls"
1515
matrix:
16-
- PYTHON_VERSION=3.3 MATPLOTLIB_VERSION=1.5 NUMPY_VERSION=1.9
17-
- PYTHON_VERSION=3.4 MATPLOTLIB_VERSION=1.5 NUMPY_VERSION=1.9
16+
- PYTHON_VERSION=3.3 MATPLOTLIB_VERSION=1.5
17+
- PYTHON_VERSION=3.4 MATPLOTLIB_VERSION=1.5
1818
- PYTHON_VERSION=2.7 MATPLOTLIB_VERSION=1.5
1919
- PYTHON_VERSION=3.5 MATPLOTLIB_VERSION=1.5
2020
- PYTHON_VERSION=2.7 MATPLOTLIB_VERSION=2.0

0 commit comments

Comments
 (0)