Skip to content

Commit

Permalink
Merge pull request #127 from rjw57/fix-travis
Browse files Browse the repository at this point in the history
Fix builds on Travis
  • Loading branch information
rjw57 committed Mar 8, 2016
2 parents e6a64f0 + 6a65651 commit c88c775
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,9 +1,13 @@
dist: trusty
sudo: required
language: python
cache:
- apt
before_install:
- sudo apt-get install -y software-properties-common
- sudo add-apt-repository -y "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe multiverse restricted"
- sudo apt-get update -qq
- sudo apt-get install -y fglrx opencl-headers
- sudo apt-get install -y opencl-headers fglrx
env:
- TOX_ENV=py34
- TOX_ENV=py27
Expand Down

0 comments on commit c88c775

Please sign in to comment.