Skip to content

Commit 1d03da0

Browse files
author
nilsnolde
committed
add 3.7, 3.8-dev and PyPy3.5 to travis
1 parent a204392 commit 1d03da0

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
dist: xenial # required for Python >= 3.7
12
language: python
23

34
python:
45
- "2.7"
56
- "3.4"
67
- "3.5"
78
- "3.6"
9+
- "pypy3.5-6.0"
10+
11+
matrix:
12+
include:
13+
- python: 3.7
14+
- python: 3.8-dev
15+
dist: xenial
16+
sudo: true
817

918
install:
1019
- pip install coverage

README.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,11 @@ By using this library, you agree to the ORS `terms and conditions`_.
7474

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

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

84-
Unit testing requires additionally the following Python libraries:
85-
86-
- ``nose``
87-
- ``responses``
88-
- ``mock``
81+
pip install -r requirements-dev.txt
8982

9083
Installation
9184
------------------------------

0 commit comments

Comments
 (0)