Skip to content

Commit

Permalink
add 3.7, 3.8-dev and PyPy3.5 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed May 20, 2019
1 parent a204392 commit 1d03da0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1,10 +1,19 @@
dist: xenial # required for Python >= 3.7
language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy3.5-6.0"

matrix:
include:
- python: 3.7
- python: 3.8-dev
dist: xenial
sudo: true

install:
- pip install coverage
Expand Down
13 changes: 3 additions & 10 deletions README.rst
Expand Up @@ -74,18 +74,11 @@ By using this library, you agree to the ORS `terms and conditions`_.

Requirements
-----------------------------
openrouteservice-py requires:
openrouteservice-py is tested against CPython 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8-dev, and PyPy3.5.

- Python >= 2.7, 3.4, 3.5, 3.6, 3.7 (pip)
- Python >= 2.7, 3.6, 3.7 (conda)
- ``requests`` library
- ``cerberus`` library
For setting up a testing environment, install ``requirements-dev.txt``::

Unit testing requires additionally the following Python libraries:

- ``nose``
- ``responses``
- ``mock``
pip install -r requirements-dev.txt

Installation
------------------------------
Expand Down

0 comments on commit 1d03da0

Please sign in to comment.