diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-01-03 19:32:28 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-01-03 19:32:28 +0100 |
commit | 7e97aa69e2821528f7dc009295327beef458bd8c (patch) | |
tree | c091e7ad913a406b01474e403f387715780195fb | |
parent | 336c42dfc23b34e77e933b722a0bee5ce8373524 (diff) | |
download | psycopg2-travis-db-matrix.tar.gz |
Test against Python final 9.6travis-db-matrix
Note: this branch works ok, but it is slower than master: about 16
minutes instead of 9 to run the tests.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 99c0204..5899bb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - 2.7 - - 3.6-dev + - 3.6 - 2.6 - 3.5 - 3.4 |