Skip to content
Snippets Groups Projects
Commit af7409ca authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Hard pin the testing requirements to fix travis for python 3.5

parent e4432e2d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,8 +9,8 @@ python:
- 3.5
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pip install --upgrade -r requirements.txt
- pip install --upgrade -r test-requirements.txt
script: nosetests -v -l DEBUG --logging-level=DEBUG
after_success:
- codecov
Loading
Loading
codecov
coverage
mock
nose
codecov==2.0.3
coverage==4.0.1
mock==2.0.0
nose==1.3.7
flake8==2.5.2
pylint==1.5.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment