Skip to content

Commit 0c28daa

Browse files
committed
updates to instructions
1 parent 6720ff0 commit 0c28daa

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,20 @@ sudo pip install -r requirements.txt
1818
nose2 --junit-xml --with-coverage --coverage-report xml
1919
</pre>
2020

21-
Installing and configuring testspace runner:
22-
23-
<pre>
24-
./testspace_install.sh
25-
export PATH="${HOME}/testspace:${PATH}"
26-
testspace config url "token:@my-org-name.testspace.com/my-project"
27-
</pre>
28-
2921
Publishing results example:
3022

3123
<pre>
32-
testspace publish [Tests]nose2.xml coverage.xml "my-reports-only-space"
24+
testspace publish [Tests]nose2.xml coverage.xml
3325
</pre>
3426

3527
Checkout the [Space](https://samples.testspace.com/projects/python/spaces/unittest).
3628

3729
***
3830

3931
To fork this example using Travis requires:
40-
- Create an account at www.testspace.com
41-
- Travis Environment Variables:
42-
- `TESTSPACE_USER_TOKEN` set to the `value` defined as your [Access token](http://help.testspace.com/using-your-organization:user-settings).
43-
- `TESTSPACE_URL` set to `my-org-name.testspace.com/my-project/my-space`. Refer [here](http://help.testspace.com/reference:runner-reference#config) for more details. This example uses `samples.testspace.com/python/unittest`.
32+
- Account at www.testspace.com.
33+
- Travis Environment Variable:
34+
- `TESTSPACE_URL` = `credentials:@my-org-name.testspace.com/my-project/my-space`
35+
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/using-your-organization:user-settings).
36+
- `my-org-name.testspace.com/my-project/my-space` based on your subdomain, project, and space names. Refer [here](http://help.testspace.com/reference:runner-reference#login-credentials) for more details.
37+

0 commit comments

Comments
 (0)