1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 16:25:17 +00:00

Move to container based Travis

This commit is contained in:
Lauri Võsandi 2016-09-18 17:39:27 +03:00
parent 6f99c32c38
commit 65b401538e

View File

@ -1,4 +1,4 @@
sudo: required
sudo: false
language: python
dist: trusty
python:
@ -7,9 +7,9 @@ after_success:
- codecov
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-configparser python-setuptools
- pip install codecov pytest-cov
#before_install:
# - apt-get install -qq python-configparser python-setuptools
# - pip install codecov pytest-cov
install:
- pip install -r requirements.txt
- pip install --editable .