diff --git a/README.rst b/README.rst index 22f5a57..f5fae3e 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,14 @@ ruspy ====== +.. image:: https://anaconda.org/opensourceeconomics/ruspy/badges/version.svg + :target: https://anaconda.org/OpenSourceEconomics/ruspy/ + +.. image:: https://anaconda.org/opensourceeconomics/ruspy/badges/platforms.svg + :target: https://anaconda.org/OpenSourceEconomics/ruspy/ + .. image:: https://readthedocs.org/projects/ruspy/badge/?version=latest - :target: https://ruspy.readthedocs.io/en/latest/?badge=latest + :target: https://ruspy.readthedocs.io/ .. image:: https://img.shields.io/badge/License-MIT-yellow.svg :target: https://opensource.org/licenses/MIT diff --git a/old_travis.yml b/old_travis.yml deleted file mode 100644 index 33b383a..0000000 --- a/old_travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: python - -python: - - "3.6" - -install: - - sudo apt-get update - - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - - bash miniconda.sh -b -p $HOME/miniconda - - PATH="$HOME/miniconda/bin:$PATH" - - conda env create -f environment.yml - - source activate ruspy - -before_script: - - export PYTHONPATH=$PYTHONPATH:$(pwd) - -script: - - source .envrc - - py.test - - python ex_promotion_nbs.py - - -after_success: - - codecov -