Skip to content

Commit

Permalink
ci: fix pytest for lower python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Jan 18, 2019
1 parent 8a7bef1 commit d0c030b
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 @@ -18,7 +18,7 @@ matrix:

before_install:
- python -m pip install ${PIP_FLAGS} --upgrade pip
- python -m pip install ${PIP_FLAGS} --upgrade "pytest>=2.8" pytest-cov
- python -m pip install ${PIP_FLAGS} --upgrade "pytest>=2.8,<3.7" pytest-cov
- python -m pip install ${PIP_FLAGS} -r requirements.txt

install:
Expand Down

0 comments on commit d0c030b

Please sign in to comment.