Skip to content

Commit 6b9e910

Browse files
committed
some housekeeping
1 parent 859f83b commit 6b9e910

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. image:: https://travis-ci.com/GIScience/openrouteservice-py.svg?branch=master
2-
:target: https://travis-ci.com/GIScience/openrouteservice-py
1+
.. image:: https://github.com/GIScience/openrouteservice-py/workflows/tests/badge.svg
2+
:target: https://github.com/GIScience/openrouteservice-py/actions
33
:alt: Build status
44

55
.. image:: https://coveralls.io/repos/github/GIScience/openrouteservice-py/badge.svg?branch=master
@@ -74,7 +74,7 @@ By using this library, you agree to the ORS `terms and conditions`_.
7474

7575
Requirements
7676
-----------------------------
77-
openrouteservice-py is tested against CPython 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8-dev, and PyPy3.5.
77+
openrouteservice-py is tested against CPython 3.7, 3.8 and 3.9, and PyPy3.
7878

7979
For setting up a testing environment, install ``requirements-dev.txt``::
8080

@@ -90,11 +90,6 @@ To install the latest and greatest from source::
9090

9191
pip install git+git://github.com/GIScience/openrouteservice-py@development
9292

93-
For ``conda`` users::
94-
95-
conda install -c nilsnolde openrouteservice
96-
97-
This command group will install the library to your global environment. Also works in virtual environments.
9893

9994

10095
Testing

0 commit comments

Comments
 (0)