Skip to content

Commit

Permalink
Better fix for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Sep 18, 2015
1 parent 62e1b04 commit d4a10a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ python:
- "2.7"
- "2.6"
install:
- pip install -U pytest
- pip install coveralls
- pip install pytest-cov
- python setup.py develop
script:
py.test -v --cov tinydb_smartcache --assert=plain
py.test -v --cov tinydb_smartcache
after_success:
coveralls

0 comments on commit d4a10a4

Please sign in to comment.