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:
parent
6f99c32c38
commit
65b401538e
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user