Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Test with pypy, remove python dependencies from apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncadman committed Mar 17, 2014
1 parent 40f8002 commit 9978e90
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ language: python
python:
- "2.6"
- "2.7"
virtualenv:
system_site_packages: true
- "pypy"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq debhelper autotools-dev cups-ppdc libcups2-dev cups python-cups python-httplib2 imagemagick ghostscript
- sudo apt-get install -qq debhelper autotools-dev cups-ppdc libcups2-dev cups imagemagick ghostscript
- pip install httplib2 pycups pytest-cov --use-mirrors
install:
- ./configure
Expand All @@ -20,7 +19,10 @@ script:
- cd /usr/local/share/cloudprint-cups/
- sudo chmod 777 .
- sudo chmod -R o+rw testing/testfiles
- sudo ./upgrade.py
- sudo touch /var/log/cups/cloudprint_log
- sudo chown $USER:lp /var/log/cups/cloudprint_log
- sudo chmod 660 /var/log/cups/cloudprint_log
- ./upgrade.py
- sudo python -m compileall .
- py.test -rxs --cov .
- ls -al /tmp/
Expand Down

0 comments on commit 9978e90

Please sign in to comment.