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
c1cc4a68
Commit
c1cc4a68
authored
Apr 15, 2014
by
Paul Sokolovsky
Browse files
Merge pull request #486 from lurch/patch-1
Update .travis.yml to use python3.3
parents
cc8c0882
c29a0ac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c1cc4a68
...
...
@@ -3,8 +3,12 @@ compiler:
-
gcc
before_script
:
-
sudo apt-get install python3
-
sudo add-apt-repository -y ppa:fkrull/deadsnakes
-
sudo apt-get update -qq
-
sudo apt-get install -y python3.3 python3
script
:
-
make -C unix
-
cd tests && ./run-tests basics/[a-eistuw]*.py
-
cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
after_failure
:
for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
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