Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Adam Mercer
Koji Packager
Commits
cc82cd38
Verified
Commit
cc82cd38
authored
May 16, 2019
by
Adam Mercer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install pytest and pytest-cov
parent
adbfa57d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
Dockerfile
Dockerfile
+3
-1
Vagrantfile
Vagrantfile
+2
-0
conda/environment.yml
conda/environment.yml
+2
-0
No files found.
Dockerfile
View file @
cc82cd38
...
...
@@ -2,7 +2,7 @@ FROM ligo/base:el7
LABEL
name="Koji Packager" \
maintainer="Adam Mercer <adam.mercer@ligo.org>" \
date="201905
09
" \
date="201905
16
" \
support="Best Effort"
# switch to upstream EPEL
...
...
@@ -25,6 +25,8 @@ RUN yum -y install \
less
\
mock
\
python36
\
python36-pytest
\
python36-pytest-cov
\
rpm-build
\
rpmdevtools
\
rpmlint
\
...
...
Vagrantfile
View file @
cc82cd38
...
...
@@ -30,6 +30,8 @@ Vagrant.configure(2) do |config|
less \
mock \
python36 \
python36-pytest \
python36-pytest-cov \
rpm-build \
rpmdevtools \
rpmlint \
...
...
conda/environment.yml
View file @
cc82cd38
...
...
@@ -3,4 +3,6 @@ channels:
-
conda-forge
dependencies
:
-
flake8
-
pytest
-
pytest-cov
-
python =
3.7
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment