diff --git a/.travis.yml b/.travis.yml index 487044b7..4350a661 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,7 @@ cache: pip language: python python: - - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" @@ -19,12 +17,6 @@ python: matrix: include: - - python: "2.6" - env: WITHSIMPLEJSON=false WITHFUTURE=true - - python: "2.6" - env: WITHSIMPLEJSON=true WITHFUTURE=false - - python: "2.6" - env: WITHSIMPLEJSON=true WITHFUTURE=true - python: "2.7" env: WITHFUTURE=true diff --git a/requirements/test-cpython.txt b/requirements/test-cpython.txt index 29fa16cc..e0ad6006 100644 --- a/requirements/test-cpython.txt +++ b/requirements/test-cpython.txt @@ -1,2 +1,2 @@ -r test.txt -psycopg2 +psycopg2-binary