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 4d64525 commit 1ee4548Copy full SHA for 1ee4548
.travis.yml
@@ -1,7 +1,17 @@
1
language: python
2
+python:
3
+ - 2.6
4
+ - 2.7
5
+ - 3.0
6
+ - 3.1
7
+ - 3.2
8
+ - 3.3
9
+ - 3.4
10
+install:
11
+ - python setup.py -q install
12
+ - pip install --use-mirrors pytest
13
before_script:
- - psql -U postgres -c 'CREATE DATABASE "test";'
- - pip install pytest
14
+ - psql -U postgres -c 'CREATE DATABASE "test";'
15
script: DATABASE_URL=postgres://postgres@localhost/test py.test tests.py -v
16
notifications:
17
email: false
0 commit comments