From 25ccf9c799332373c0fc70ee1b73b90c8b52d73b Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Wed, 21 Jun 2017 19:21:28 +0200 Subject: [PATCH] Code review: 321160043: Moved Travis tests to edge group test machine images --- .travis.yml | 2 ++ config/dpkg/changelog | 4 ++-- dfvfs/__init__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b5074e5..d69201fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,13 @@ matrix: - os: linux dist: trusty sudo: required + group: edge python: 2.7 env: TOXENV=py27 - os: linux dist: trusty sudo: required + group: edge python: 3.4 env: TOXENV=py34 - os: osx diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 3b52a7d2..62eb6a25 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -dfvfs (20170604-1) unstable; urgency=low +dfvfs (20170621-1) unstable; urgency=low * Auto-generated - -- Log2Timeline Sun, 04 Jun 2017 18:43:44 +0200 \ No newline at end of file + -- Log2Timeline Wed, 21 Jun 2017 19:21:28 +0200 \ No newline at end of file diff --git a/dfvfs/__init__.py b/dfvfs/__init__.py index 7da1bda2..a02a6fc0 100644 --- a/dfvfs/__init__.py +++ b/dfvfs/__init__.py @@ -6,4 +6,4 @@ storage media types and file formats. """ -__version__ = '20170604' +__version__ = '20170621'