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 2c6f2fd commit 4c539e5Copy full SHA for 4c539e5
shippable.yml
@@ -2,7 +2,7 @@ language: python
2
3
python:
4
- 2.7
5
- - 2.6
+ #- 2.6
6
7
install:
8
- pip install -r requirements.txt
@@ -11,7 +11,7 @@ install:
11
# Create a DB as part of before script to use it
12
13
before_script:
14
- - psql -c 'create database if not exists `test`;' -U postgres
+ - psql -c 'create database if not exists test;' -U postgres
15
- mkdir -p shippable/testresults
16
- mkdir -p shippable/codecoverage
17
0 commit comments