Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
eigenpy
Commits
85e64ee1
Verified
Commit
85e64ee1
authored
Oct 29, 2019
by
Justin Carpentier
Browse files
travis: use correct python version
parent
a6fc933d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
85e64ee1
language
:
python
language
:
python
python
:
-
"
2.7"
-
"
3.5"
-
"
3.6"
-
"
3.7"
sudo
:
required
sudo
:
required
compiler
:
compiler
:
-
gcc
-
gcc
...
@@ -24,14 +19,28 @@ jobs:
...
@@ -24,14 +19,28 @@ jobs:
include
:
include
:
-
dist
:
bionic
-
dist
:
bionic
env
:
BUILDTYPE=Release
env
:
BUILDTYPE=Release
python
:
2.7
-
dist
:
bionic
env
:
BUILDTYPE=Release
python
:
3.6
-
dist
:
bionic
-
dist
:
bionic
env
:
BUILDTYPE=Debug
env
:
BUILDTYPE=Debug
python
:
2.7
-
dist
:
bionic
env
:
BUILDTYPE=Debug
python
:
3.6
-
dist
:
xenial
-
dist
:
xenial
env
:
BUILDTYPE=Release
env
:
BUILDTYPE=Release
python
:
2.7
-
dist
:
xenial
-
dist
:
xenial
env
:
BUILDTYPE=Debug
env
:
BUILDTYPE=Release
python
:
3.5
-
dist
:
trusty
-
dist
:
trusty
env
:
BUILDTYPE=Debug
env
:
BUILDTYPE=Release
python
:
2.7
-
dist
:
trusty
env
:
BUILDTYPE=Release
python
:
3.4
notifications
:
notifications
:
email
:
email
:
...
...
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