Skip to content
Snippets Groups Projects
Commit 73e00f30 authored by Jeremy M Fee's avatar Jeremy M Fee Committed by Claycomb, Abram Earl
Browse files

Add libgnutls dependency to travis

parent 27b52a1a
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,11 @@ python:
- 3.5
- 3.6
- 3.7
before_install:
# used to build pycurl
- sudo apt-get -y install libgnutls-dev
install:
- pipenv install --dev
- pipenv install --dev --skip-lock
script:
- flake8 --config=.flake8 bin/ geomagio/ test/
- nosetests -v .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment