We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce915e commit 5497532Copy full SHA for 5497532
2 files changed
.travis.yml
@@ -5,6 +5,7 @@ dist: xenial
5
python:
6
- '3.6'
7
- '3.7'
8
+ - '3.8'
9
10
before_install:
11
- sudo apt-get update
tests/requirements.txt
@@ -1,9 +1,9 @@
1
-pytest==4.0.2
2
-pytest-cov==2.6.0
+pytest==5.3.2
+pytest-cov==2.8.1
3
pytest-flakes==4.0.0
4
-freezegun==0.3.11
+freezegun==0.3.12
# dependencies for conversions
numpy>=1.15
pandas
-tabulate==0.8.3
+tabulate==0.8.6
0 commit comments