We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45df15f commit 5e00006Copy full SHA for 5e00006
.travis.yml
@@ -4,11 +4,10 @@ dist: bionic
4
# 3.6 is listed first so it gets used for the later build stages
5
python:
6
- "3.6"
7
- - "3.7-dev"
8
- - "3.8-dev"
+ - "3.7"
+ - "3.8"
9
10
script:
11
- - python3 -m pip install -U pip
12
- pip install -U pip wheel
13
- pip install .[test]
14
# Only run the numpy/pandas tests on Python 3.7:
0 commit comments