James Bowman 6 years ago
parent
commit
0589202405
2 changed files with 2 additions and 5 deletions
  1. 1 5
      .travis.yml
  2. 1 0
      travistests

+ 1 - 5
.travis.yml

@@ -1,9 +1,5 @@
-before_install:
-  - sudo apt-get -y install python-imaging zlib1g-dev libjpeg-dev
-  - sudo pip install Pillow
 language: python
 python:
   - "2.6"
   - "2.7"
-install: python setup.py install
-script: python unit.py
+script: travistests

+ 1 - 0
travistests

@@ -2,6 +2,7 @@
 
 set -e
 set -x
+sudo pip install Pillow
 python setup.py build_ext
 sudo python setup.py install
 python unit.py