Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Add CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 17, 2015
1 parent 7c2ca52 commit c60a1ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,9 @@
Python 2.7:
script:
- py_version=2.7
- 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.7
except:
- tags

0 comments on commit c60a1ff

Please sign in to comment.