Skip to content

Commit

Permalink
Bump Py3 CI tests to Py 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 19, 2016
1 parent fdf5ffe commit 8675605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -8,14 +8,14 @@ Python 2.7:
- python2.7
except:
- tags
Python 3.4:
Python 3.5:
script:
- py_version=3.4
- py_version=3.5
- 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
Python 2.6:
Expand Down

0 comments on commit 8675605

Please sign in to comment.