Skip to content

Commit

Permalink
revert circle ci config. remove from readme until we receive open sou…
Browse files Browse the repository at this point in the history
…rce access to mac osx build
  • Loading branch information
asampat3090 committed May 12, 2018
1 parent dc08f29 commit 60f3454
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,6 @@
| OS | CI testing on `master` |
|----|--------------------|
| <img height="20" src="http://icons.iconarchive.com/icons/dakirby309/simply-styled/256/OS-Linux-icon.png"> | [![Linux](https://travis-ci.org/datmo/datmo.svg?branch=master)](https://travis-ci.org/datmo/datmo) |
| <img height="20" src="http://icons.iconarchive.com/icons/icons8/windows-8/128/Systems-Mac-Os-icon.png"> | [![CircleCI branch](https://circleci.com/gh/datmo/datmo.svg?style=shield)](https://circleci.com/gh/datmo/datmo) |
| <img height="20" src="http://icons.iconarchive.com/icons/dakirby309/windows-8-metro/128/Folders-OS-Windows-8-Metro-icon.png"> | [![Windows](https://ci.appveyor.com/api/projects/status/5302d8a23qr4ui4y/branch/master?svg=true)](https://ci.appveyor.com/project/asampat3090/datmo/branch/master) |

**Datmo** is an open source model tracking and reproducibility tool for developers. Use `datmo init` to turn any repository into a trackable task record with reusable environments and metrics logging.
Expand Down
24 changes: 16 additions & 8 deletions README.rst
@@ -1,8 +1,15 @@
|Datmo Logo|
============

|PyPI version| |Build Status| |Build status| |Coverage Status|
|Documentation Status| |Codacy Badge|
|PyPI version| |Coverage Status| |Documentation Status| |Codacy Badge|

+------+----------------------------+
| OS | CI testing on ``master`` |
+======+============================+
| | |Linux| |
+------+----------------------------+
| | |Windows| |
+------+----------------------------+

**Datmo** is an open source model tracking and reproducibility tool for
developers. Use ``datmo init`` to turn any repository into a trackable
Expand Down Expand Up @@ -101,7 +108,7 @@ leveraging Datmo.
| | config=config, |
| | stats=stats, |
| | ) # extra line |
+------------------------------------------------+--------------------------------------------+
+----------------------------------------------+----------------------------------------------+

In order to run the above code you can do the following.

Expand Down Expand Up @@ -304,16 +311,17 @@ Pull from remote
If you are interested in sharing using the datmo protocol, you can visit
`Datmo's website <https://datmo.com/product>`__

.. |Datmo Logo| image:: images/datmo-logo.png
.. |Datmo Logo| image:: ../images/datmo-logo.png
.. |PyPI version| image:: https://badge.fury.io/py/datmo.svg
:target: https://badge.fury.io/py/datmo
.. |Build Status| image:: https://travis-ci.org/datmo/datmo.svg?branch=master
:target: https://travis-ci.org/datmo/datmo
.. |Build status| image:: https://ci.appveyor.com/api/projects/status/5302d8a23qr4ui4y/branch/master?svg=true
:target: https://ci.appveyor.com/project/asampat3090/datmo/branch/master
.. |Coverage Status| image:: https://coveralls.io/repos/github/datmo/datmo/badge.svg?branch=master
:target: https://coveralls.io/github/datmo/datmo?branch=master
.. |Documentation Status| image:: https://readthedocs.org/projects/datmo/badge/?version=latest
:target: http://datmo.readthedocs.io/en/latest/?badge=latest
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/853b3d01b4424ac9aa72f9d5fead83b3
:target: https://www.codacy.com/app/datmo/datmo
.. |Linux| image:: https://travis-ci.org/datmo/datmo.svg?branch=master
:target: https://travis-ci.org/datmo/datmo
.. |Windows| image:: https://ci.appveyor.com/api/projects/status/5302d8a23qr4ui4y/branch/master?svg=true
:target: https://ci.appveyor.com/project/asampat3090/datmo/branch/master

2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -11,7 +11,7 @@ machine:
- echo "Creating python environments"
- curl -o mconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
- chmod +x mconda.sh
- PREFIX=/Users/distiller/miniconda ./mconda.sh -b -p $HOME/miniconda
- ./mconda.sh -b -p $HOME/miniconda
- |
for version in 2.7.10 3.5.1 3.6.1
do
Expand Down

0 comments on commit 60f3454

Please sign in to comment.