Skip to content

Commit

Permalink
Install pyodbc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Jan 19, 2020
1 parent 5b28c83 commit 8f06fc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: python

# MSSQL support, 3 lines
# until https://github.com/epam/OSCI/issues/2 is fixed
install:
- sudo apt install unixodbc-dev

script:
# test connection
- python dbconnection.py
Expand Down

0 comments on commit 8f06fc3

Please sign in to comment.