Skip to content

Commit 4dc83c3

Browse files
committed
update travis for possible fix with pyModeS.c_common
1 parent 7e2bf0b commit 4dc83c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
dist: xenial # required for Python >= 3.7
1+
dist: xenial # required for Python >= 3.7
22

33
language: python
44

55
cache:
66
pip: true
77
apt: true
88
directories:
9-
- $HOME/.cache/traffic/
9+
- $HOME/.cache/traffic/
1010

1111
python:
1212
- 3.6
@@ -35,10 +35,11 @@ before_install:
3535
install:
3636
# possible bug with pytest 4.6.0
3737
- python -m pip install --upgrade codecov pytest-cov pytest==4.5
38-
- python -m pip install --upgrade numpy pyproj # dependency for cartopy
39-
- python -m pip install --upgrade libarchive # dependency for so6.7z
38+
- python -m pip install --upgrade numpy pyproj # dependency for cartopy
39+
- python -m pip install --upgrade libarchive # dependency for so6.7z
4040
- python -m pip install --upgrade xarray
4141
- python -m pip install --upgrade sphinx sphinx-rtd-theme
42+
- python -m pip install --upgrade cython
4243
- python -m pip install -e .
4344

4445
script:

0 commit comments

Comments
 (0)