Skip to content

Commit

Permalink
Merge pull request #13 from BritishGeologicalSurvey/travis-setup
Browse files Browse the repository at this point in the history
WIP: Basic travis CI script
Closes #11
  • Loading branch information
volcan01010 authored Oct 8, 2019
2 parents c664064 + 2a2afb2 commit 59b13b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- '3.6'
- '3.7'

install:
- sudo apt-get update
- sudo apt-get install build-essential curl apt-transport-https unixodbc-dev
- pip install -r requirements.txt
- pip install .

script:
- flake8 etlhelper test
- pytest -vvs -rst test/unit

0 comments on commit 59b13b2

Please sign in to comment.