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

Commit

Permalink
Exclude doctests from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 17, 2015
1 parent 374b1f5 commit 81eef62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
@@ -1,6 +1,7 @@
Python 2.7:
script:
- py_version=2.7
- 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"
Expand All @@ -11,6 +12,7 @@ Python 2.7:
Python 3.4:
script:
- py_version=3.4
- 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"
Expand All @@ -21,6 +23,7 @@ Python 3.4:
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"
Expand Down

0 comments on commit 81eef62

Please sign in to comment.