-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inspire-utils bump and check packages #101
Conversation
|
0d94671
to
790bbf5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a small update
README.md
Outdated
docker run -it inspire-utils:py2 /bin/bash | ||
|
||
# inside the container | ||
pytest tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker run inspire-utils:py2 pytest tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
5a5dc0b
to
af14dc4
Compare
Found |
Dockerfile
Outdated
|
||
COPY . . | ||
|
||
# RUN python2.7 -m pip install -e .[tests] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need this file right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, removed
add dockerfiles for local tesing * ref: cern-sis/issues-inspire/issues/625
No description provided.