Skip to content

Commit

Permalink
Fix Python 2.6 issues in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Oct 12, 2018
1 parent 47f5eba commit cdf25c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ install:
- pip install virtualenv
- python -m virtualenv ~/.venv
- source ~/.venv/bin/activate
- pip install -r requirements-test.txt
- pip install coveralls
- pip install .[credssp]
- pip install .[kerberos]
- pip install -r requirements-test.txt
script:
- py.test -v --pep8 --cov=winrm --cov-report=term-missing winrm/tests/

Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pytest<=3.2.5
pytest-cov
pytest-pep8
mock
pycparser<=2.18; python_version<"2.7"

0 comments on commit cdf25c6

Please sign in to comment.