1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-09 15:01:05 +00:00

Clean up tests

This commit is contained in:
2016-09-18 18:30:31 +03:00
parent 65b401538e
commit f19cf4652e
3 changed files with 19 additions and 40 deletions

View File

@@ -7,9 +7,6 @@ after_success:
- codecov
virtualenv:
system_site_packages: true
#before_install:
# - apt-get install -qq python-configparser python-setuptools
# - pip install codecov pytest-cov
install:
- pip install -r requirements.txt
- pip install --editable .
@@ -18,3 +15,14 @@ script:
cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
- python-configparser
- python-setuptools
- python-ldap
- python-mysql.connector
- python-pysqlite2
- python-cffi
- cython
# - pip install codecov pytest-cov