Skip to content

Commit 5e00006

Browse files
committed
Try using Travis Pythons that are not -dev
1 parent 45df15f commit 5e00006

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ dist: bionic
44
# 3.6 is listed first so it gets used for the later build stages
55
python:
66
- "3.6"
7-
- "3.7-dev"
8-
- "3.8-dev"
7+
- "3.7"
8+
- "3.8"
99

1010
script:
11-
- python3 -m pip install -U pip
1211
- pip install -U pip wheel
1312
- pip install .[test]
1413
# Only run the numpy/pandas tests on Python 3.7:

0 commit comments

Comments
 (0)