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 2294cc7 commit 40264ccCopy full SHA for 40264cc
.travis.yml
@@ -1,4 +1,5 @@
1
language: python
2
+sudo: required
3
# if the https://travis-ci.org/ODM2/ODM2PythonAPI/requests ever says: missing config
4
# validate at: http://lint.travis-ci.org/
5
python:
@@ -37,12 +38,15 @@ addons:
37
38
- libspatialite-dev
39
# mariadb: '10.1'
40
before_script:
41
+# - ./scripts/mysql.sh
42
+# - ./scripts/postgres.sh
43
+# - ./freetds.sh
44
+
45
+before_install:
46
- ./scripts/mysql.sh
47
- ./scripts/postgres.sh
48
- ./freetds.sh
49
-before_install:
-
50
# - ls -al /etc/mysql
51
# - sudo service mysql stop
52
## lower-case-table-names = 1 leaving lower_case_table_names=1 since that is what the docs say
0 commit comments