Merge branch 'feature/ProjectUpdate' into develop

Mit diesen Änderungen ist das Projekt wieder auf einem neuen Stand. Insbesondere wurden hier die IDE- und Build-Konfigurationen aktualisiert.

Dies sind reine Wartungsänderungen und haben keinen Einfluss auf Funktionalität.
This commit is contained in:
Juergen Edelbluth 2019-01-18 19:27:22 +01:00
commit 332dd68860
4 changed files with 9 additions and 3 deletions

4
.idea/encodings.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
</project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6 (raumklima)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (raumklima)" project-jdk-type="Python SDK" />
</project>

View File

@ -5,7 +5,7 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="Python 3.7 (raumklima)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">

View File

@ -1,9 +1,11 @@
language: python
dist: xenial
python:
- 3.5
- 3.6
- 3.7-dev
- 3.7
cache: pip