Skip to content

Commit 0184d73

Browse files
author
Sarah Mount
committed
Fix travis.
1 parent e337cba commit 0184d73

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ install:
1212
- mv pydgin-master pydgin
1313
- cd ${HOME}
1414
- wget https://bitbucket.org/pypy/pypy/get/default.tar.gz
15-
- tar xf default.tar.gz --transform 's/pypy-pypy-[0-9a-f]\+/pypy/' --exclude 'pypy-pypy-*/pytest_cov.py'
15+
- tar xf default.tar.gz --transform 's/pypy-pypy-[0-9a-f]\+/pypy/'
16+
--exclude 'pypy-pypy-*/pytest_cov.py'
17+
--exclude 'pypy-pypy-*/py/*'
18+
--exclude 'pypy-pypy-*/_pytest/*'
19+
--exclude 'pypy-pypy-*/pytest.py'
20+
--exclude 'pypy-pypy-*/pytest_cov.py'
1621
- cd $TRAVIS_BUILD_DIR
1722
- export PYTHONPATH=${PYTHONPATH}:${HOME}/pydgin/
1823
script:

0 commit comments

Comments
 (0)