summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-14 23:43:35 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-14 23:43:35 +0100
commit8341725b6513d01045787bdb51952cceb35c29da (patch)
tree1c0f3c0f45dae60b9f7c53e94cf0d06024a9b9ca
parent3683789207c4f7fc4b2909eaad4139de0806bac0 (diff)
downloadmicropython-8341725b6513d01045787bdb51952cceb35c29da.tar.gz
micropython-8341725b6513d01045787bdb51952cceb35c29da.zip
travis: Only run some tests, to work around CPython version issues.
Needs a proper fix, to install/configure CPython 3.3.x (or 3.4.0) on Travis CI.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 68f3811aa9..f2add19027 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ before_script:
script:
- make -C unix
- - cd tests && ./run-tests
+ - cd tests && ./run-tests basics/[a-eistuw]*.py