Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit d8e1ecf

Browse files
committed
fix: try to speed-up build
1 parent 042942b commit d8e1ecf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: python
22

33
python:
4-
- "2.7"
5-
- "3.5"
6-
- "3.6"
7-
- "3.7"
4+
# - "2.7"
5+
# - "3.5"
6+
# - "3.6"
7+
# - "3.7"
88
- "3.8"
9-
- "3.9"
9+
- "3.9-dev"
1010
- "pypy"
1111
- "pypy3"
1212

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps = -r{toxinidir}/requirements.txt
1515
py37: pandas==0.24.2
1616
py37: numpy==1.16.2
1717
py38: pandas==0.24.2
18-
py38: numpy==1.16.2
18+
py38: numpy==1.17.2
1919
py39: pandas==0.24.2
2020
py39: numpy==1.16.2
2121
# Only install pandas with non-pypy interpreters

0 commit comments

Comments
 (0)