Skip to content
Snippets Groups Projects
Commit e95fb5a6 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

forgot about bools, v1.7

parent a0aad4f4
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,7 @@ jobs: ...@@ -35,10 +35,7 @@ jobs:
pkg-manager: pip pkg-manager: pip
# app-dir: ~/project/package-directory/ # If you're requirements.txt isn't in the root directory. # app-dir: ~/project/package-directory/ # If you're requirements.txt isn't in the root directory.
# pip-dependency-file: requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements. # pip-dependency-file: requirements.txt # if you have a different name for your requirements file, maybe one that combines your runtime and test requirements.
- install:
name: Install the software
# This assumes pytest is installed via the install-package step above
command: DEBUG=1 python setup.py install && rm -rf minijson
- run: - run:
name: Test the software name: Install the software and test it
command: pytest # This assumes pytest is installed via the install-package step above
command: DEBUG=1 python setup.py install && rm -rf minijson && pytest
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