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 12, 2016
1 parent ceb78c1 commit b5971db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -22,15 +22,15 @@ Python 2.7 K40:
- nvidia-k40
except:
- tags
Python 3.4 Titan:
Python 3.5 Titan:
script:
- py_version=3.4
- py_version=3.5
- EXTRA_INSTALL="numpy mako"
- echo "CUDADRV_LIB_DIR = ['/usr/lib/x86_64-linux-gnu/nvidia/current']" > siteconf.py
- 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
- nvidia-titan-black
except:
- tags

0 comments on commit b5971db

Please sign in to comment.