mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-11-25 03:00:24 +00:00
28 lines
666 B
YAML
28 lines
666 B
YAML
%YAML 1.1
|
|
---
|
|
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- pypy
|
|
- 3.2
|
|
- 3.3
|
|
- 3.4
|
|
install:
|
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
|
|
- pip install -r test-requirements.txt
|
|
- pip install -e .
|
|
script: nosetests
|
|
after_success:
|
|
- coveralls
|
|
deploy:
|
|
distributions: sdist bdist_wheel
|
|
provider: pypi
|
|
user: sprockets
|
|
password:
|
|
secure: JlbJc6qhq83Ua7Wi6kVX3AwRVjeVWDnb1Jphrjf9a+CLePx3OkErcYpXBF9eTqT+n/4+bpoPMqZEL7DkEtRy+EtHdbuafVAAbaIrz2YJqZ5eKvwov/OFk5gIgS4pBRXZFs96dc9rE1uthYSTSjODtobFGi/BjtxoxqOzn6E/OnY=
|
|
on:
|
|
tags: true
|
|
repo: sprockets/sprockets.mixins.json_error
|
|
python: 2.7
|
|
all_branches: true
|