Skip to content

Commit

Permalink
remove sqlite test
Browse files Browse the repository at this point in the history
  • Loading branch information
miltontony committed Mar 6, 2014
1 parent b873937 commit 0351cfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ install:
before_script:
- psql -c 'create database shortener_test;' -U postgres
script:
- coverage run --source=shortener `which trial` shortener
- SHORTENER_TEST_CONNECTION_STRING='postgresql://postgres@localhost:5432/shortener_test' coverage run --source=shortener `which trial` shortener
after_success:
- coveralls

0 comments on commit 0351cfd

Please sign in to comment.