Skip to content

Commit

Permalink
Travis CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalters committed Oct 8, 2019
1 parent c664064 commit 2a2afb2
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 2a2afb2

Please sign in to comment.