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 69749f7 commit 4d64525Copy full SHA for 4d64525
.travis.yml
@@ -0,0 +1,16 @@
1
+language: python
2
+before_script:
3
+ - psql -U postgres -c 'CREATE DATABASE "test";'
4
+ - pip install pytest
5
+script: DATABASE_URL=postgres://postgres@localhost/test py.test tests.py -v
6
+notifications:
7
+ email: false
8
+ irc:
9
+ channels:
10
+ - "irc.freenode.org#gittip"
11
+ on_success: change
12
+ on_failure: always
13
+ template:
14
+ - "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
15
+ skip_join: true
16
+
0 commit comments