Tox and travis config
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,8 +3,9 @@
|
||||
*.pyc
|
||||
*_flymake
|
||||
.coverage
|
||||
.sass-cache/
|
||||
.ropeproject/
|
||||
.sass-cache/
|
||||
.tox/
|
||||
nose.cfg
|
||||
MANIFEST
|
||||
_build/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "2.6"
|
||||
- "3.3"
|
||||
before_install:
|
||||
# Dependencies to build PIL
|
||||
- sudo apt-get update -qq
|
||||
|
||||
Reference in New Issue
Block a user