Added mocktest and PyContracts to travis deps
This commit is contained in:
parent
5390d7b1bc
commit
7ecef14679
@ -3,6 +3,6 @@ python:
|
|||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
install:
|
install:
|
||||||
- pip install pyqcy
|
- pip install pyqcy mocktest PyContracts
|
||||||
- python ./setup.py install
|
- python ./setup.py install
|
||||||
script: python ./setup.py test
|
script: python ./setup.py test
|
||||||
|
2
deps.sh
2
deps.sh
@ -14,4 +14,4 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
sudo pip2 install pyqcy mocktest PyContracts sniffer pyinotify --upgrade
|
sudo pip2 install --upgrade pyqcy mocktest PyContracts sniffer pyinotify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user