Skip to content
Snippets Groups Projects
Commit 0d20fbe34e7b authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Drone file: Run tests with a python:3 image

parent a1e1816e00dc
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@
pipeline:
test:
# TODO babel currency formatting change when using python:3 as base image;
# "test_format_currency" then fails.
image: xcgd/dronebase
image: python:3
pull: true
commands:
......@@ -13,11 +11,5 @@
pull: true
commands:
# The following won't be needed once we switch to python:3 as base image.
- apt -qq update
- DEBIAN_FRONTEND=noninteractive apt -qq -y install python3-dev
- pip install setuptools --upgrade
- pip install tox
- tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment