arb_vertex_attrib_64bit: fix error message in explicit location check
[piglit.git] / .travis.yml
blob2c5d48d1a9b6fe36304ffa17be89bc05a9119deb
1 language: python
3 os: linux
5 # Use Ubuntu Xenial (16.04 LTS) environment.
6 dist: xenial
8 cache:
9   - ccache
10   - pip
11 services:
12   - docker
14 matrix:
15   include:
16     - python: 2.7
17       env: TOX_ENV="py27-{generator,noaccel,accel-nix,streams}"
18     - python: 3.5
19       env: TOX_ENV="py35-{generator,noaccel,accel-nix,streams}"
20     - python: 3.6
21       env: TOX_ENV="py36-{generator,noaccel,accel-nix,streams}"
22     - python: 3.7
23       env: TOX_ENV="py37-{generator,noaccel,accel-nix,streams}"
24     - python: 3.8
25       env: TOX_ENV="py38-{generator,noaccel,accel-nix,streams}"
27 install:
28   - pip install tox
30 script:
31   - tox -e $TOX_ENV