Skip to content

Commit

Permalink
Remove unneccessary dependencies for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Feb 26, 2017
1 parent c1a845b commit 0bd990b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: true
sudo: false
language: python
cache: pip

Expand All @@ -18,17 +18,6 @@ matrix:
env: TOXENV=qa
allow_failures:
- python: 3.7-dev
addons:
apt:
packages:
- libsdl1.2-dev
- libsdl-image1.2-dev
- libsdl-mixer1.2-dev
- libsdl-ttf2.0-dev
- libportmidi-dev
- libfreetype6-dev
- libjpeg8-dev
- i2c-tools

install: pip install -U pip tox coveralls
script: tox -vv
Expand Down

0 comments on commit 0bd990b

Please sign in to comment.