mirror of
https://github.com/sprockets/sprockets.mixins.correlation.git
synced 2024-11-23 11:19:53 +00:00
Add travis-ci control file.
This commit is contained in:
parent
16ace6cc93
commit
c01247d870
1 changed files with 25 additions and 0 deletions
25
.travis.yml
Normal file
25
.travis.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
%YAML 1.1
|
||||
---
|
||||
language: python
|
||||
python:
|
||||
- '2.7'
|
||||
- '3.3'
|
||||
- '3.4'
|
||||
- pypy
|
||||
install:
|
||||
- pip install -e .
|
||||
- pip install -r test-requirements.txt
|
||||
- pip install tornado>=4.0,<5
|
||||
script: nosetests
|
||||
after_success:
|
||||
- coveralls
|
||||
# deploy:
|
||||
# provider: pypi
|
||||
# user: sprockets
|
||||
# distributions: "sdist bdist_wheel"
|
||||
# on:
|
||||
# python: 2.7
|
||||
# tags: true
|
||||
# all_branches: true
|
||||
# password:
|
||||
# secure: bBvJ6OIyeEb6dw7OiNiXXZwCiY6B9AqczH7uA0bTlQArF3glJxTBz7xRVaXQZpL36IWW591VFmu8YIrHiNY1eIUhIAP74BRSQyHxyvfU7HMr5R9qQrBaoBJOU
|
Loading…
Reference in a new issue