Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Release pytango-9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jan 30, 2017
2 parents 6592c52 + 367409f commit fcdd860
Show file tree
Hide file tree
Showing 69 changed files with 2,976 additions and 5,710 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -23,6 +23,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
*.eggs
*.cfg
MANIFEST

Expand Down
44 changes: 44 additions & 0 deletions .travis.yml
@@ -0,0 +1,44 @@
sudo: false
language: python
os: linux
branches:
only:
- master
- develop

python:
- 2.7
- 3.4
- 3.5

cache:
directories:
- ./miniconda # Conda environment
- ./.eggs # pytest eggs

before_install:
# Add conda to path
- export PATH="$PWD/miniconda/bin:$PATH"
# Install miniconda if not in cache
- conda -V || wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- conda -V || bash miniconda.sh -b -p ./miniconda -f
# Update conda
- conda update --yes conda
# Create build environment if it doesn't exist
- source activate buildenv || conda create --yes --name buildenv python=$TRAVIS_PYTHON_VERSION
# Activate build environment
- source activate buildenv

install:
# Install build dependencies
- conda install --yes boost
- conda install --yes -c vxgmichel tango=9.2.2
- conda install --yes numpy # Not a strong requirement yet
# Use conda prefix as root for the dependencies
- export BOOST_ROOT=$CONDA_PREFIX TANGO_ROOT=$CONDA_PREFIX ZMQ_ROOT=$CONDA_PREFIX OMNI_ROOT=$CONDA_PREFIX

# Uncomment the following line if the tests are running in parrallel
# with pytest-xdist (see https://github.com/pytest-dev/pytest-xdist/issues/41):
# - pip install -U pytest pytest-xdist six mock

script: python setup.py build && python setup.py test
19 changes: 17 additions & 2 deletions README.rst
Expand Up @@ -2,6 +2,9 @@ PyTango
=======

|Doc Status|
|Build Status|
|Pypi Version|
|Python Versions|

Main website: http://pytango.rtfd.io

Expand Down Expand Up @@ -91,8 +94,20 @@ You can get support from the `Tango forums`_, for both Tango_ and PyTango_ quest
All contributions, `PR and bug reports`_ are welcome!

.. |Doc Status| image:: https://readthedocs.org/projects/pytango/badge/?version=latest
:target: http://pytango.readthedocs.io/en/latest/?badge=latest
:alt: PyTango documentation status
:target: http://pytango.readthedocs.io/en/latest
:alt:

.. |Build Status| image:: https://travis-ci.org/tango-controls/pytango.svg?branch=master
:target: https://travis-ci.org/tango-controls/pytango
:alt:

.. |Pypi Version| image:: https://img.shields.io/pypi/v/PyTango.svg
:target: https://pypi.python.org/pypi/PyTango
:alt:

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/PyTango.svg
:target: https://pypi.python.org/pypi/PyTango/
:alt:

.. _Tango: http://tango-controls.org
.. _Tango C++ API: http://esrf.eu/computing/cs/tango/tango_doc/kernel_doc/cpp_doc
Expand Down
105 changes: 0 additions & 105 deletions ci/ALBA/build.sh

This file was deleted.

4 changes: 0 additions & 4 deletions ci/ALBA/ct32suse11

This file was deleted.

4 changes: 0 additions & 4 deletions ci/ALBA/ct64suse11

This file was deleted.

4 changes: 0 additions & 4 deletions ci/ALBA/ct64suse121

This file was deleted.

109 changes: 0 additions & 109 deletions ci/ESRF/build.sh

This file was deleted.

7 changes: 0 additions & 7 deletions ci/ESRF/ct32redhate4

This file was deleted.

5 changes: 0 additions & 5 deletions ci/ESRF/ct32windows7

This file was deleted.

7 changes: 0 additions & 7 deletions ci/ESRF/ct64debian6

This file was deleted.

8 changes: 0 additions & 8 deletions ci/ESRF/ct64debian7

This file was deleted.

7 changes: 0 additions & 7 deletions ci/ESRF/ct64redhate5

This file was deleted.

0 comments on commit fcdd860

Please sign in to comment.