We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06afc5b commit e51e59cCopy full SHA for e51e59c
.travis.yml
@@ -2,6 +2,8 @@
2
before_script:
3
- psql -c 'create database pycon2016;' -U postgres
4
sudo: false
5
+addons:
6
+ postgresql: "9.6"
7
language: python
8
python:
9
- "2.7"
0 commit comments