Skip to content

Commit

Permalink
ci: updated testing dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Aug 1, 2018
1 parent 82a30f0 commit b211cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
before_install:
- python -m pip install ${PIP_FLAGS} --upgrade pip
- python -m pip install ${PIP_FLAGS} -r requirements.txt
- python -m pip install ${PIP_FLAGS} coveralls unittest2 pytest
- python -m pip install ${PIP_FLAGS} pytest coverage coveralls

install:
- python -m pip install ${PIP_FLAGS} .
Expand Down

0 comments on commit b211cfd

Please sign in to comment.