Skip to content

Commit

Permalink
fix bad formatting on exclusion matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Sep 27, 2016
1 parent 3faf9a2 commit 782fb6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ python:
- 3.5
- 3.4
- 2.7

env:
matrix:
- TWISTED=15.5.0
- TWISTED=14.0.2
- TWISTED=latest
- TWISTED=15.5.0
- TWISTED=14.0.2
- TWISTED=latest
matrix:
exclude:
# don't test on earlier version on Python 3, 'trial' is not available before TWISTED=15.4.0
- python: 3.5
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CHANGES
=======

* fix bad formatting on exclusion matrix
* Update Changelog
* dont test on python3 with twisted < 15.4

Expand Down

0 comments on commit 782fb6c

Please sign in to comment.