Skip to content

Commit 4c539e5

Browse files
committed
Update shippable.yml
1 parent 2c6f2fd commit 4c539e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shippable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22

33
python:
44
- 2.7
5-
- 2.6
5+
#- 2.6
66

77
install:
88
- pip install -r requirements.txt
@@ -11,7 +11,7 @@ install:
1111
# Create a DB as part of before script to use it
1212

1313
before_script:
14-
- psql -c 'create database if not exists `test`;' -U postgres
14+
- psql -c 'create database if not exists test;' -U postgres
1515
- mkdir -p shippable/testresults
1616
- mkdir -p shippable/codecoverage
1717

0 commit comments

Comments
 (0)