Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas MAILLET
rpg
Commits
b9f12ea8
Commit
b9f12ea8
authored
Jul 12, 2018
by
Nicolas MAILLET
Browse files
support python 3.7
parent
7635c7b2
Pipeline
#5869
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b9f12ea8
...
...
@@ -41,4 +41,20 @@ test-py3.6:
-
make install
-
cd ..
-
pip3 install -r requirements.txt
-
python3.6 -m pytest --cov rpg tests
\ No newline at end of file
-
python3.6 -m pytest --cov rpg tests
test-py3.7
:
image
:
debian
stage
:
py37
script
:
-
apt-get update -qy
-
apt-get install -y python3-pip wget zlib1g-dev
-
apt-get install libssl-dev openssl
-
wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz
-
tar xzvf Python-3.7.0.tgz
-
cd Python-3.7.0
-
./configure
-
make
-
make install
-
cd ..
-
pip3 install -r requirements.txt
-
python3.7 -m pytest --cov rpg tests
\ No newline at end of file
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