mirror of
https://github.com/gsi-upm/soil
synced 2024-11-13 06:52:28 +00:00
2e28b36f6e
* Upgrade to python3.7 and pandas 0.3.4 because pandas has dropped support for python 3.4 -> There are some API changes in pandas, and I've update the code accordingly. * Set pytest as the default test runner
13 lines
200 B
YAML
13 lines
200 B
YAML
version: '3'
|
|
services:
|
|
dev:
|
|
build: .
|
|
environment:
|
|
PYTHONDONTWRITEBYTECODE: 1
|
|
volumes:
|
|
- .:/usr/src/app
|
|
tty: true
|
|
entrypoint: /bin/bash
|
|
ports:
|
|
- '8001:8001'
|