Skip to content

Commit

Permalink
Tweak travis
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Aug 31, 2018
1 parent 9ad0925 commit 29d24fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,12 +6,14 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"

install:
- "pip install nose"
- "pip install coveralls"
- "pip install --no-use-wheel -e .[testing]"
- "pip install --upgrade pip"
- "pip install -e .[testing]"

script:
- "nosetests -v"
Expand Down

0 comments on commit 29d24fe

Please sign in to comment.