Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395483
.travis.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
977 B
Subscribers
None
.travis.yml
View Options
os
:
linux
sudo
:
false
language
:
python
matrix
:
include
:
-
python
:
3.6
env
:
TOXENV=py,codecov
-
python
:
3.5
env
:
TOXENV=py,codecov
-
python
:
3.4
env
:
TOXENV=py,codecov
-
python
:
2.7
env
:
TOXENV=py,codecov
-
python
:
pypy3
env
:
TOXENV=py,codecov
-
python
:
nightly
env
:
TOXENV=py
-
os
:
osx
language
:
generic
env
:
TOXENV=py3,py2,codecov
cache
:
pip
:
false
directories
:
-
$HOME/Library/Caches/Homebrew
-
$HOME/Library/Caches/pip
allow_failures
:
-
python
:
pypy3
-
python
:
nightly
-
os
:
osx
fast_finish
:
true
before_install
:
-
|
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew upgrade python
brew install python@2
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
fi
install
:
-
pip install tox
script
:
-
tox
cache
:
-
pip
branches
:
only
:
-
master
-
/^.*-maintenance/
notifications
:
email
:
false
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:39 PM (10 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3376601
Attached To
R193 python3-click
Event Timeline
Log In to Comment