added travis.yml
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
|
||||
# maintainers to fix their pypy-dev package.
|
||||
- "pypy"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install .
|
||||
# command to run tests
|
||||
script: pulptests
|
||||
Reference in New Issue
Block a user