diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-14 23:43:35 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-14 23:43:35 +0100 |
commit | 8341725b6513d01045787bdb51952cceb35c29da (patch) | |
tree | 1c0f3c0f45dae60b9f7c53e94cf0d06024a9b9ca | |
parent | 3683789207c4f7fc4b2909eaad4139de0806bac0 (diff) | |
download | micropython-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.yml | 2 |
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 |