diff --git a/.travis.yml b/.travis.yml index 110f60d..ca4a8f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - "3.8-dev" 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: