Skip to content

Commit

Permalink
Merge pull request #12 from jborean93/py26-ci
Browse files Browse the repository at this point in the history
fix up py2.6 issues in Travis-CI
  • Loading branch information
jborean93 authored Oct 8, 2018
2 parents 684f99a + f81d702 commit 1e0b20c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_install:
- sudo ./build-scripts/install_gssntlmssp.sh
install:
- pip install --upgrade pip setuptools
- pip install .
- pip install -r requirements-test.txt
- pip install .
- pip install coveralls

script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ install:
build: off # Do not run MSBuild, build stuff at install step

test_script:
- cmd: py.test -v --instafail --pep8 --cov pypsrp --cov-report term-missing
- cmd: py.test -v --instafail --pep8 --cov pypsrp --cov-report term-missing
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ pytest-cov
pytest-pep8
pytest-instafail
pyyaml
requests-credssp>=1.0.0
requests-credssp>=1.0.0
pycparser<=2.18; python_version<"2.7"

0 comments on commit 1e0b20c

Please sign in to comment.