Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8391618
.travis.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
.travis.yml
View Options
language
:
python
sudo
:
false
env
:
global
:
TEST_RUNNER=unittest PYTHONHASHSEED=random
matrix
:
include
:
-
python
:
"2.7"
env
:
TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-
python
:
"pypy"
env
:
TEST_REQUIRE="fastimport"
-
python
:
"3.4"
env
:
TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-
python
:
"3.5"
env
:
TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-
python
:
"3.5-dev"
env
:
TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-
python
:
"3.6"
env
:
TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-
python
:
"3.6-dev"
env
:
TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
-
python
:
"3.7-dev"
env
:
TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
cache
:
directories
:
-
$HOME/.cache/pip
script
:
-
pip install pip --upgrade
-
pip install $TEST_REQUIRE
# Test without c extensions
-
python -m $TEST_RUNNER dulwich.tests.test_suite
# Test with c extensions
-
python setup.py build_ext -i
-
python -m $TEST_RUNNER dulwich.tests.test_suite
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:47 PM (14 w, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398753
Attached To
rPPDW python3-dulwich packaging
Event Timeline
Log In to Comment