File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial # required for Python >= 3.7
1
+ dist : xenial # required for Python >= 3.7
2
2
3
3
language : python
4
4
5
5
cache :
6
6
pip : true
7
7
apt : true
8
8
directories :
9
- - $HOME/.cache/traffic/
9
+ - $HOME/.cache/traffic/
10
10
11
11
python :
12
12
- 3.6
@@ -35,10 +35,11 @@ before_install:
35
35
install :
36
36
# possible bug with pytest 4.6.0
37
37
- 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
40
40
- python -m pip install --upgrade xarray
41
41
- python -m pip install --upgrade sphinx sphinx-rtd-theme
42
+ - python -m pip install --upgrade cython
42
43
- python -m pip install -e .
43
44
44
45
script :
You can’t perform that action at this time.
0 commit comments