Skip to content
Snippets Groups Projects
Commit b2e209fa authored by Manuel Günther's avatar Manuel Günther
Browse files

Disabled py3 builds on travis caused by missing scipy wheels

parent 0665fd34
Branches
Tags
No related merge requests found
......@@ -2,22 +2,22 @@ language: python
matrix:
include:
- python: 2.6
env:
- SCIPYSPEC===0.12.0
# env:
# - SCIPYSPEC===0.12.0
- python: 2.7
env:
- SCIPYSPEC===0.12.0
# - SCIPYSPEC===0.12.0
- secure: WxnAQRmA61mfHCw7wkzp+77ia2RKh111lZPm3kzeVlgARXWMWDlUp3jiTkFb5SagcTBh3TOVI+5/HUddjKLjRQJz4yvA3LkfoJ2PzBz7jGG6nvr16cknkJemD6kPZbqJC3AhGcgUKlbQXsQvu9dN6bQCDU5SolEFSNUY+QV/ozw=
- secure: P5pPcavMSCel03a00r63dbO6lx/YFMxxLuGHXVpIvjPuN8WiXDyTI/0aKVGXORvSmvtyqRK07DSdzP/qyoUa2CtpVtbYEQDWJj2uXlufnE6L3rzR8R2oUt1v4zF8LHJ6gqzUKqi4YCg4KCzE6V6ANjsrJKKiiXCIdwfFYmRzpPU=
- BOB_DOCUMENTATION_SERVER=https://www.idiap.ch/software/bob/docs/latest/bioidiap/%s/master
- python: 3.2
env:
- NUMPYSPEC===1.8.0
- SCIPYSPEC===0.13.1
- python: 3.3
env:
- NUMPYSPEC===1.8.0
- SCIPYSPEC===0.13.1
# - python: 3.2
# env:
# - NUMPYSPEC===1.8.0
# - SCIPYSPEC===0.13.1
# - python: 3.3
# env:
# - NUMPYSPEC===1.8.0
# - SCIPYSPEC===0.13.1
before_install:
- sudo add-apt-repository -y ppa:biometrics/bob
- sudo apt-get update -qq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment