We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272a937 commit fad8dfbCopy full SHA for fad8dfb
2 files changed
.travis.yml
@@ -4,7 +4,7 @@ python:
4
- "3.4"
5
- "3.5"
6
install:
7
- pip install flake8
+ - pip install flake8 mock==1.3.0
8
script:
9
- flake8 .
10
- python setup.py test
setup.py
@@ -14,9 +14,9 @@
14
else:
15
raise RuntimeError('Unable to find version string.')
16
17
-requires = ['pbr>=1.6.0',
18
- 'python-jenkins>=0.4.8',
19
- 'six>=1.9.0']
+requires = ['pbr==1.6.0',
+ 'python-jenkins==0.4.8',
+ 'six==1.9.0']
20
21
tests_require = ['unittest2==1.1.0',
22
'mock==1.3.0',
0 commit comments