Skip to content

Commit

Permalink
Merge pull request #72 from cloudControl/versioneye
Browse files Browse the repository at this point in the history
Add requirements_tests.txt to VersionEye
  • Loading branch information
schu committed Apr 8, 2015
2 parents c5e1c1b + aafcccc commit c9e0159
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

* b984048 - Add requirements_tests.txt to VersionEye

## [v1.16.1]

* a44f042 - Enable ssh authentication on Cloud&Heat
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
cctrl [![Build Status](https://travis-ci.org/cloudControl/cctrl.svg?branch=master)](https://travis-ci.org/cloudControl/cctrl)[![PyPI version](https://badge.fury.io/py/cctrl.svg)](http://badge.fury.io/py/cctrl)[![Dependency Status](https://www.versioneye.com/user/projects/54e202066a183a9022000011/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54e202066a183a9022000011)
cctrl [![Build Status](https://travis-ci.org/cloudControl/cctrl.svg?branch=master)](https://travis-ci.org/cloudControl/cctrl)[![PyPI version](https://badge.fury.io/py/cctrl.svg)](http://badge.fury.io/py/cctrl)[![Dependency Status](https://www.versioneye.com/user/projects/551cff633661f134fe000410/badge.svg?style=flat)](https://www.versioneye.com/user/projects/551cff633661f134fe000410)
=====

`cctrl` is a set of command line utilities to help you create and manage applications
Expand Down
4 changes: 2 additions & 2 deletions requirements_tests.txt
@@ -1,7 +1,7 @@
-r requirements.txt
mock==1.0.1
pytest==2.6.4
pytest==2.7.0
pytest-pep8==1.0.6
pytest-cov==1.8.1
python-coveralls==2.5.0
unittest2==0.8.0
unittest2==1.0.1

0 comments on commit c9e0159

Please sign in to comment.