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.
This commit is contained in:
parent
3683789207
commit
8341725b65
|
@ -7,4 +7,4 @@ before_script:
|
|||
|
||||
script:
|
||||
- make -C unix
|
||||
- cd tests && ./run-tests
|
||||
- cd tests && ./run-tests basics/[a-eistuw]*.py
|
||||
|
|
Loading…
Reference in New Issue