Skip to content

Commit 5497532

Browse files
Adds support for Py 3.8 (#65)
* adds py3.8 testing for travis [ch3350] * updates requirements file for 3.8 compat
1 parent 2ce915e commit 5497532

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dist: xenial
55
python:
66
- '3.6'
77
- '3.7'
8+
- '3.8'
89

910
before_install:
1011
- sudo apt-get update

tests/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
pytest==4.0.2
2-
pytest-cov==2.6.0
1+
pytest==5.3.2
2+
pytest-cov==2.8.1
33
pytest-flakes==4.0.0
4-
freezegun==0.3.11
4+
freezegun==0.3.12
55

66
# dependencies for conversions
77
numpy>=1.15
88
pandas
9-
tabulate==0.8.3
9+
tabulate==0.8.6

0 commit comments

Comments
 (0)