We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e337cba commit 0184d73Copy full SHA for 0184d73
.travis.yml
@@ -12,7 +12,12 @@ install:
12
- mv pydgin-master pydgin
13
- cd ${HOME}
14
- 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'
+- 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
21
- cd $TRAVIS_BUILD_DIR
22
- export PYTHONPATH=${PYTHONPATH}:${HOME}/pydgin/
23
script:
0 commit comments