Skip to content

Commit

Permalink
Merge pull request #10 from galaxy-iuc/dev
Browse files Browse the repository at this point in the history
1.0.0 Release
  • Loading branch information
bgruening authored May 26, 2017
2 parents a216cf4 + 118875f commit dcf9b70
Show file tree
Hide file tree
Showing 333 changed files with 5,968 additions and 4,099 deletions.
34 changes: 34 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
language: python

python:
- '2.7'
- '3.5'

install: pip install -r requirements.txt

script:
- pip install -U flake8
- flake8 parsec --exclude=parsec/commands/ --ignore=E501
- python setup.py install
- printf "https://usegalaxy.org\ntesting\ny" | parsec init
- sed -i 's/testing//g' ~/.parsec.yml
- parsec config get_config | grep version

deploy:
provider: pypi
user: erasche
password:
secure: XfxDtN97f2yRXqw0VVG+GqLfStZIlPQWX+4BT1mP7RwHSJUfPUMEUdzBOi361XHdNPUbuaVr95mFty6eCiTT9WUiEXyQ6FHtK0I8mBt84twlI3caRMCQjJQTsK8mYKKWWliJV2ywQPu/XkWgklZJRhauYU5MoY9hKUB1mNx6FwM=
on:
tags: true
all_branches: true
distributions: sdist bdist_wheel
repo: galaxy-iuc/parsec

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/bbb7ff1f8cc46ceaa3a8
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
11 changes: 10 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
.. :changelog:
History
-------
=======

.. to_doc
----------------------
1.0.0.rc1 (2017-05-03)
----------------------

* Updates to auto-builder
* Updated help
* New routes
* Subcommands instead of top-level commands

----------------------
0.9.rc2 (2015-03-05)
----------------------
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rebuild:
python scripts/autobuilder.py
python scripts/commands_to_rst.py
Loading

0 comments on commit dcf9b70

Please sign in to comment.