Skip to content

Commit b3662a0

Browse files
author
stephanie
committed
update travis path to scripts
1 parent d8c78df commit b3662a0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ addons:
4444

4545
# mariadb: '10.1'
4646
before_script:
47-
- ./ci-helpers/travis/mysql_setup.sh
48-
- ./ci-helpers/travis/postgres_setup.sh
49-
- ./ci-helpers/travis/freetds.sh
47+
- ci-helpers/travis/mysql_setup.sh
48+
# - ./ci-helpers/travis/mysql_setup.sh
49+
- ci-helpers/travis/postgres_setup.sh
50+
- ci-helpers/travis/freetds.sh
5051

5152

5253
before_install:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pyodbc
22
pymysql
33
numpy
4-
#scipy
54
sqlalchemy
65
#matplotlib
6+
#scipy
77
#psycopg2
88
#pandas
99
#geoalchemy2

0 commit comments

Comments
 (0)