Skip to content

Commit

Permalink
Code review: 321160043: Moved Travis tests to edge group test machine…
Browse files Browse the repository at this point in the history
… images
  • Loading branch information
joachimmetz committed Jun 21, 2017
1 parent 3c249bd commit 25ccf9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dfvfs (20170604-1) unstable; urgency=low
dfvfs (20170621-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <log2timeline-dev@googlegroups.com> Sun, 04 Jun 2017 18:43:44 +0200
-- Log2Timeline <log2timeline-dev@googlegroups.com> Wed, 21 Jun 2017 19:21:28 +0200
2 changes: 1 addition & 1 deletion dfvfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
storage media types and file formats.
"""

__version__ = '20170604'
__version__ = '20170621'

0 comments on commit 25ccf9c

Please sign in to comment.