Browse Source

Use standardized make commands for mysql and postgres

David Cramer 12 years ago
parent
commit
f0e119fc22
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .travis.yml

+ 1 - 3
.travis.yml

@@ -10,9 +10,7 @@ before_script:
   - mysql -e 'create database sentry;'
   - psql -c 'create database sentry;' -U postgres
 install:
-  - pip install mysql-python
-  - pip install psycopg2
-  - make develop
+  - make develop dev-postgres dev-mysql
 script:
   - make test
 notifications: