Added mocktest and PyContracts to travis deps

This commit is contained in:
Anton Beloglazov 2012-08-13 15:27:58 +10:00
parent 5390d7b1bc
commit 7ecef14679
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ python:
- 2.6
- 2.7
install:
- pip install pyqcy
- pip install pyqcy mocktest PyContracts
- python ./setup.py install
script: python ./setup.py test

View File

@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
sudo pip2 install pyqcy mocktest PyContracts sniffer pyinotify --upgrade
sudo pip2 install --upgrade pyqcy mocktest PyContracts sniffer pyinotify