We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c78df commit b3662a0Copy full SHA for b3662a0
.travis.yml
@@ -44,9 +44,10 @@ addons:
44
45
# mariadb: '10.1'
46
before_script:
47
- - ./ci-helpers/travis/mysql_setup.sh
48
- - ./ci-helpers/travis/postgres_setup.sh
49
- - ./ci-helpers/travis/freetds.sh
+ - ci-helpers/travis/mysql_setup.sh
+# - ./ci-helpers/travis/mysql_setup.sh
+ - ci-helpers/travis/postgres_setup.sh
50
+ - ci-helpers/travis/freetds.sh
51
52
53
before_install:
requirements.txt
@@ -1,9 +1,9 @@
1
pyodbc
2
pymysql
3
numpy
4
-#scipy
5
sqlalchemy
6
#matplotlib
+#scipy
7
#psycopg2
8
#pandas
9
#geoalchemy2
0 commit comments