Merge pull request #656 from diox/no-sudo

Remove sudo from .travis.yml to run on travis new architecture
This commit is contained in:
Mathieu Pillard
2015-09-14 00:27:21 +02:00

View File

@@ -1,7 +1,5 @@
language: python
before_install:
- sudo apt-get update
- sudo apt-get install csstidy libxml2-dev libxslt-dev
sudo: false
install:
- pip install tox
script: