Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ http://www.github.com/enthought/chaco

http://docs.enthought.com/chaco

.. image:: https://api.travis-ci.org/enthought/chaco.png?branch=master
:target: https://travis-ci.org/enthought/chaco
:alt: Build status


Chaco is a Python plotting application toolkit that facilitates writing
plotting applications at all levels of complexity, from simple scripts with
hard-coded data to large plotting programs with complex data interrelationships
Expand Down
2 changes: 1 addition & 1 deletion ci/edmtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def install(runtime, toolkit, environment, editable, source):
github_url_fmt.format(pkg) for pkg in source_dependencies
]
# Without the --no-dependencies flag such that new dependencies on
# master are brought in.
# main branch are brought in.
commands = [
"python -m pip install --force-reinstall {pkg} ".format(pkg=pkg)
for pkg in source_pkgs
Expand Down
Loading