Skip to content

Commit

Permalink
Merge branches 'master' and 'yamlify' of https://github.com/desihub/d…
Browse files Browse the repository at this point in the history
…esiutil into yamlify

Conflicts:
	doc/changes.rst
  • Loading branch information
profxj committed Jun 8, 2016
2 parents 2f0d340 + dbd7fdb commit 2f21e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ matrix:
# python: 2.7
# env: MAIN_CMD='pep8' SETUP_CMD='--count py/desiutil'

before_install:
- curl ipinfo.io

install:
- if [[ $MAIN_CMD == 'pep8' ]]; then pip install pep8; fi
- if [[ $SETUP_CMD == 'build_sphinx' ]]; then pip install Sphinx; fi
Expand Down
1 change: 1 addition & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Change Log
* Add some test coverage in :mod:`desiutil.setup`.
* Cleaned up documentation of :mod:`desiutil.io` and several other modules.
* Modified conversion of keys to string in :mod:`desituil.io.yamlify`
* Log IP address in Travis Tests.

1.4.0 (2016-04-28)
------------------
Expand Down

0 comments on commit 2f21e68

Please sign in to comment.