diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b8c708d..36bf5d77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ python: - pypy install: - - pip install tox==2.1.1 + - pip install tox==2.1.1 + - python setup.py clean develop before_script: - coverage debug sys |