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

Commit

Permalink
Bump Py3 test to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 10, 2016
1 parent 7dd3ea3 commit 5db1488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -9,14 +9,14 @@ Python 2.7:
- python2.7
except:
- tags
Python 3.4:
Python 3.5:
script:
- py_version=3.4
- py_version=3.5
- 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:
- python3.4
- python3.5
except:
- tags

0 comments on commit 5db1488

Please sign in to comment.