Skip to content

Commit

Permalink
Merge pull request #44 from haakenlid/master
Browse files Browse the repository at this point in the history
Change enum34 dependency to enum-compat and freeze coveralls at version 1.1
  • Loading branch information
miki725 authored Aug 17, 2017
2 parents 66f3ac2 + 9c2f6fe commit d9428fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_install:
install:
- pip install $DJANGO
- pip install -r requirements-dev.txt
- pip install coveralls
- pip install coveralls==1.1 # travis pypy not compatible with later versions
- pip freeze

# command to run tests, e.g. python setup.py test
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Contributors

* João Neto - https://github.com/netjinho
* Jorik Kraaikamp - https://github.com/JostCrow
* Håken Lid - https://github.com/haakenlid
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cached-property
Django>=1.8
enum34
enum-compat
six

0 comments on commit d9428fe

Please sign in to comment.