summaryrefslogtreecommitdiff
path: root/.travis-exclude.yml
blob: 372418dc76fd43b6f668cfa76959c38e841a1120 (plain)
1
2
3
4
5
6
7
# This file is used to autogenerate the travis exclude matrix.
rules:
    "3.5": "NUMPY_VERSION>=1.9.2"
    "3.4": "NUMPY_VERSION>=1.8.1"
    "3.3": "NUMPY_VERSION>=1.7.0,<=1.9.2"
    "2.7": "NUMPY_VERSION>1.5.1"