Skip to content

Commit d2d4ba1

Browse files
committed
Moved travis build status image to 'Tests'
1 parent f9a5823 commit d2d4ba1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.mdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ Some useful direct links in each are below:
2828
* [Reference: Data Types](https://github.com/shotgunsoftware/python-api/wiki/Reference%3A-Data-Types)
2929
* [Reference: Filter Syntax](https://github.com/shotgunsoftware/python-api/wiki/Reference%3A-Filter-Syntax)
3030

31-
## Tests
32-
Integration and unit tests are provided.
31+
## Tests
32+
33+
Integration and unit tests are provided.
34+
35+
[![Build Status](https://secure.travis-ci.org/shotgunsoftware/python-api.png?branch=master)](http://travis-ci.org/shotgunsoftware/python-api)
36+
3337
- test_client and tests_unit mock server interaction and do not require a shotgun instance to be available.
3438
- test_api and test_api_long do require a shotgun instance, with a script key available for the tests. These tests rely on a tests/config file, which can be created by renaming example_config and supplying the server and script user values. The tests will set up test data on the server based on the data set forth in the config. This data will be manipulated by the tests, and should not be used for other purposes.
3539
- To run all of the tests, use the shell script run-tests. This script require nose to be installed.
@@ -134,5 +138,3 @@ Integration and unit tests are provided.
134138
+ removed api_ver from the constructor, as this class is only designed to work with api v3
135139

136140

137-
## Build Status
138-
[![Build Status](https://secure.travis-ci.org/shotgunsoftware/python-api.png?branch=master)](http://travis-ci.org/shotgunsoftware/python-api)

0 commit comments

Comments
 (0)