Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Jun 2, 2020
1 parent 560ed3b commit 4f2d1c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

# command to install dependencies
install:
- pip install --user codecov
- pip install --user python-coveralls
- pip install --user coverage==4.5.4
- pip install --user -r requirements.txt
- pip install --user .
- pip install codecov
- pip install python-coveralls
- pip install coverage==4.5.4
- pip install -r requirements.txt
- pip install .
# command to run tests
script:
- nosetests --with-coverage
Expand Down

0 comments on commit 4f2d1c3

Please sign in to comment.