Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
e111809c
Commit
e111809c
authored
Nov 16, 2017
by
Daniel Scheffler
Browse files
Updated version info. Replaced pandas by geopandas within CI installer test.
parent
3e0bbfe8
Pipeline
#1539
failed with stages
in 53 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e111809c
...
...
@@ -54,7 +54,7 @@ test_py_tools_ds_install:
-
conda create -y -q --name py_tools_ds python=3
-
source activate py_tools_ds
# resolve some requirements with conda
-
conda install --yes -q -c conda-forge numpy gdal scikit-image pyproj rasterio shapely pandas
-
conda install --yes -q -c conda-forge numpy gdal scikit-image pyproj rasterio shapely
geo
pandas
# run installer
-
python setup.py install
# test if its importable
...
...
py_tools_ds/__init__.py
View file @
e111809c
# -*- coding: utf-8 -*-
from
__future__
import
(
division
,
print_function
,
absolute_import
,
unicode_literals
)
__version__
=
'0.1
1
.1'
__versionalias__
=
'2017111
5
_02'
__version__
=
'0.1
2
.1'
__versionalias__
=
'2017111
6
_02'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
e111809c
...
...
@@ -18,7 +18,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup
(
name
=
'py_tools_ds'
,
version
=
'0.1
1
.1'
,
version
=
'0.1
2
.1'
,
description
=
"A collection of Python tools by Daniel Scheffler."
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
tests/CI_docker/build_testsuite_image.sh
View file @
e111809c
...
...
@@ -2,7 +2,7 @@
context_dir
=
"./context"
dockerfile
=
"py_tools_ds_ci.docker"
tag
=
"py_tools_ds_ci:0.
9.0
"
tag
=
"py_tools_ds_ci:0.
12.1
"
gitlab_runner
=
"py_tools_ds_gitlab_CI_runner"
echo
"#### Build runner docker image"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment