Skip to content

Commit

Permalink
Use coverage<4 for travis tests on Python 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preinstorfer committed Oct 11, 2015
1 parent d1e9311 commit 33e145b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
language: python

python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r production.txt

coverage>=3.7.1
coverage<4
flake8>=2.4.1

0 comments on commit 33e145b

Please sign in to comment.