Virtualenv Chrome WebDriver
chromedriver-installer==0.0.4
coverage==4.0.3
Django==1.8
pkg-resources==0.0.0
selenium==2.53.6
splinter==0.7.4
Obs.: If you already have virutalenv and python-pip you can jump to step 2
$ sudo apt-get install virtualenv#### 2 - Create and Activate your Virtual Machine (virtualenv)
```sh
$ virtualenv vm
$ vm source/bin/activate
$ git clone https://github.com/Diegow3b/python-django-basictestcase.git
$ cd projeto-teste$ pip install -r requirements.txt$ python manage.py test$ ./run_coverage.shTo get more help ask me my github or email.e