Skip to content

Commit

Permalink
Fix travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Nov 3, 2017
1 parent b6b08b3 commit 80e4ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: python
sudo: false

python:
- 2.7
- 3.4
- 3.5

install:
- sudo apt-get update -y
- sudo apt-get install graphicsmagick libjpeg-dev
- pip install tox-travis

script:
Expand Down

0 comments on commit 80e4ddb

Please sign in to comment.