|
1 | 1 | ====================================================== |
2 | 2 | Python Analytics for Snowplow |
3 | 3 | ====================================================== |
4 | | -.. image:: https://travis-ci.org/snowplow/snowplow-python-tracker.png?branch=master |
| 4 | +.. image:: https://travis-ci.org/snowplow/snowplow-python-tracker.svg?branch=master |
5 | 5 | :alt: Build Status |
6 | 6 | :target: https://travis-ci.org/snowplow/snowplow-python-tracker |
7 | | -.. image:: https://badge.fury.io/py/snowplow-tracker.png |
| 7 | +.. image:: https://badge.fury.io/py/snowplow-tracker.svg |
8 | 8 | :target: http://badge.fury.io/py/snowplow-tracker |
9 | | -.. image:: https://coveralls.io/repos/snowplow/snowplow-python-tracker/badge.png |
10 | | - :target: https://coveralls.io/r/snowplow/snowplow-python-tracker |
| 9 | +.. image:: https://coveralls.io/repos/github/snowplow/snowplow-python-tracker/badge.svg?branch=master |
| 10 | + :target: https://coveralls.io/github/snowplow/snowplow-python-tracker?branch=master |
11 | 11 | .. image:: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat |
12 | 12 | :target: http://www.apache.org/licenses/LICENSE-2.0 |
13 | 13 |
|
@@ -46,33 +46,25 @@ Find out more |
46 | 46 | .. _`Roadmap`: https://github.com/snowplow/snowplow/wiki/Python-Tracker-Roadmap |
47 | 47 | .. _`Contributing`: https://github.com/snowplow/snowplow/wiki/Python-Tracker-Contributing |
48 | 48 |
|
49 | | -Contributing quickstart |
| 49 | +Quickstart |
50 | 50 | ####################### |
51 | 51 |
|
52 | | -Assuming Git, Vagrant_ and VirtualBox_ are installed: |
| 52 | +Assuming pyenv_ is installed |
53 | 53 |
|
54 | 54 | :: |
55 | 55 |
|
56 | 56 | host$ git clone git@github.com:snowplow/snowplow-python-tracker.git |
57 | | - host$ vagrant up && vagrant ssh |
58 | | - guest$ cd /vagrant |
59 | | - guest$ ./run-tests.sh deploy |
60 | | - guest$ ./run-tests.sh test |
| 57 | + host$ cd snowplow-python-tracker |
| 58 | + host$ pyenv install 2.7.15 && pyenv install 3.4.9 && pyenv install 3.5.2 && pyenv install 3.7.1 |
| 59 | + host$ ./run-tests.sh deploy |
| 60 | + host$ ./run-tests.sh test |
61 | 61 |
|
62 | | -.. _Vagrant: http://docs.vagrantup.com/v2/installation/index.html |
63 | | -.. _VirtualBox: https://www.virtualbox.org/wiki/Downloads |
64 | | - |
65 | | -Publishing |
66 | | -########## |
67 | | - |
68 | | -:: |
69 | | - |
70 | | - host$ vagrant push |
| 62 | +.. _pyenv: https://github.com/pyenv/pyenv |
71 | 63 |
|
72 | 64 | Copyright and license |
73 | 65 | ##################### |
74 | 66 |
|
75 | | -The Snowplow Python Tracker is copyright 2013-2014 Snowplow Analytics Ltd. |
| 67 | +The Snowplow Python Tracker is copyright 2013-2019 Snowplow Analytics Ltd. |
76 | 68 |
|
77 | 69 | Licensed under the `Apache License, Version 2.0`_ (the "License"); |
78 | 70 | you may not use this software except in compliance with the License. |
|
0 commit comments