Skip to content

Commit

Permalink
update travis for possible fix with pyModeS.c_common
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Nov 23, 2020
1 parent 7e2bf0b commit 4dc83c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dist: xenial # required for Python >= 3.7
dist: xenial # required for Python >= 3.7

language: python

cache:
pip: true
apt: true
directories:
- $HOME/.cache/traffic/
- $HOME/.cache/traffic/

python:
- 3.6
Expand Down Expand Up @@ -35,10 +35,11 @@ before_install:
install:
# possible bug with pytest 4.6.0
- python -m pip install --upgrade codecov pytest-cov pytest==4.5
- python -m pip install --upgrade numpy pyproj # dependency for cartopy
- python -m pip install --upgrade libarchive # dependency for so6.7z
- python -m pip install --upgrade numpy pyproj # dependency for cartopy
- python -m pip install --upgrade libarchive # dependency for so6.7z
- python -m pip install --upgrade xarray
- python -m pip install --upgrade sphinx sphinx-rtd-theme
- python -m pip install --upgrade cython
- python -m pip install -e .

script:
Expand Down

0 comments on commit 4dc83c3

Please sign in to comment.