Clean tests

This commit is contained in:
Guillaume Ayoub
2016-04-07 19:25:10 +02:00
parent 595e2329ea
commit 54dee0c7c4
6 changed files with 25 additions and 76 deletions

View File

@@ -5,13 +5,6 @@ python:
- 3.4
- 3.5
install:
- pip install sqlalchemy
- pip install nose-cov
- pip install pam
- pip install requests
- pip install dulwich
script: nosetests
sudo: false