Try using Travis Pythons that are not -dev

This commit is contained in:
Simon Willison 2020-02-10 21:52:23 -08:00
commit 5e0000609f

View file

@ -4,11 +4,10 @@ dist: bionic
# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"
- "3.7-dev"
- "3.8-dev"
- "3.7"
- "3.8"
script:
- python3 -m pip install -U pip
- pip install -U pip wheel
- pip install .[test]
# Only run the numpy/pandas tests on Python 3.7: