Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Do not attempt Py2.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 17, 2015
1 parent 81eef62 commit 1ae6443
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitlab-ci.yml
Expand Up @@ -20,14 +20,3 @@ Python 3.4:
- python3.4
except:
- tags
Python 2.6:
script:
- py_version=2.6
- NO_DOCTESTS=1
- EXTRA_INSTALL=numpy
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python2.6
except:
- tags

0 comments on commit 1ae6443

Please sign in to comment.