Skip to content

Commit

Permalink
Start testing on Python 3.6. References #91
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Nov 3, 2017
1 parent 6d99099 commit 75e6a9b
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
Expand Up @@ -3,6 +3,7 @@ sudo: required
language: python
python:
- "3.5"
- "3.6"
cache: pip
env:
- TEST_DB=SQLite
Expand All @@ -19,6 +20,10 @@ matrix:
env: TEST_DB=MariaDB
addons:
mariadb: 10.1
- python: 3.6
env: TEST_DB=MariaDB
addons:
mariadb: 10.1
before_install:
- if [ "$TEST_DB" == "MariaDB" ]; then sudo apt-get -y install libmariadbclient-dev; fi
- cat "$TRAVIS_BUILD_DIR/.travis/my.cnf" | sudo tee -a /etc/mysql/conf.d/mariadb.cnf
Expand Down

0 comments on commit 75e6a9b

Please sign in to comment.