~wulczer/txpostgres/trunk.new

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Jan Urbański
  • Date: 2016-01-27 11:49:38 UTC
  • Revision ID: git-v1:d25662c497099e052ac1121a55c5fb05adad8ad2
Add info about Python 3 compatibility, run Travis tests with Py3k

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
python:
4
4
  - 2.6
5
5
  - 2.7
 
6
  - 3.5
6
7
  # - pypy
7
8
 
8
9
env:
32
33
    - python: 2.7
33
34
      env: TXPOSTGRES_TEST_HOST=127.0.0.1 TXPOSTGRES_TEST_USER=postgres REACTOR=select
34
35
 
 
36
    - python: 3.5
 
37
      env: TXPOSTGRES_TEST_HOST=127.0.0.1 TXPOSTGRES_TEST_USER=postgres REACTOR=select
 
38
    - python: 3.5
 
39
      env: TXPOSTGRES_TEST_HOST=127.0.0.1 TXPOSTGRES_TEST_USER=postgres REACTOR=poll
 
40
    - python: 3.5
 
41
      env: TXPOSTGRES_TEST_HOST=127.0.0.1 TXPOSTGRES_TEST_USER=postgres REACTOR=epoll
 
42
    - python: 3.5
 
43
      env: TXPOSTGRES_TEST_HOST=127.0.0.1 TXPOSTGRES_TEST_USER=postgres REACTOR=gtk2
 
44
 
35
45
    - python: pypy
36
46
      env: TXPOSTGRES_TEST_HOST=127.0.0.1 TXPOSTGRES_TEST_USER=postgres REACTOR=select
37
47
    - python: pypy