Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
e31a8222
Commit
e31a8222
authored
Apr 15, 2014
by
Andrew Scheller
Browse files
Update .travis.yml
Doh, the shebang line for run-tests itself relies on `python3`
parent
0388b2ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
e31a8222
...
...
@@ -5,7 +5,7 @@ compiler:
before_script
:
-
sudo add-apt-repository -y ppa:fkrull/deadsnakes
-
sudo apt-get update -qq
-
sudo apt-get install -y python3.3
-
sudo apt-get install -y python3.3
python3
script
:
-
make -C unix
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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