Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(59)

Side by Side Diff: .travis.yml

Issue 334500044: [dfvfs] Added GetDate method to TSKTime (Closed)
Patch Set: Disabled Python 3 tox test Created 6 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | config/dpkg/control » ('j') | dfvfs/vfs/tsk_file_entry.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 language: python 1 language: python
2 matrix: 2 matrix:
3 include: 3 include:
4 - env: TARGET="pylint" 4 - env: TARGET="pylint"
5 os: linux 5 os: linux
6 dist: trusty 6 dist: trusty
7 sudo: required 7 sudo: required
8 group: edge 8 group: edge
9 python: 2.7 9 python: 2.7
10 - env: TARGET="linux-python27" 10 - env: TARGET="linux-python27"
(...skipping 18 matching lines...) Expand all
29 os: linux 29 os: linux
30 dist: trusty 30 dist: trusty
31 sudo: required 31 sudo: required
32 group: edge 32 group: edge
33 python: 3.4 33 python: 3.4
34 - env: [TARGET="macos-python27", PYTHONPATH="/Library/Python/2.7/site-packages /"] 34 - env: [TARGET="macos-python27", PYTHONPATH="/Library/Python/2.7/site-packages /"]
35 os: osx 35 os: osx
36 osx_image: xcode9.2 36 osx_image: xcode9.2
37 language: generic 37 language: generic
38 allow_failures: 38 allow_failures:
39 - env: TARGET="linux-python34" 39 - env: TARGET="linux-python34"
onager 2018/03/18 13:29:42 I think you meant to remove this
Joachim Metz 2018/03/19 07:05:19 nope, I've filed an issue to fix these test and th
40 - env: [TARGET="linux-python34-tox", TOXENV="py34"]
40 install: 41 install:
41 - ./config/travis/install.sh 42 - ./config/travis/install.sh
42 script: 43 script:
43 - ./config/travis/runtests.sh 44 - ./config/travis/runtests.sh
44 after_success: 45 after_success:
45 - if test ${TARGET} = "linux-python27"; then coveralls --verbose; fi 46 - if test ${TARGET} = "linux-python27"; then coveralls --verbose; fi
OLDNEW
« no previous file with comments | « no previous file | config/dpkg/control » ('j') | dfvfs/vfs/tsk_file_entry.py » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b