Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #498 from mitodl/feature/travis_speedup
Browse files Browse the repository at this point in the history
Split builds and removed python 3.3 testing
  • Loading branch information
ShawnMilo committed Aug 12, 2015
2 parents 604d135 + 8246d69 commit 445d54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
before_script:
- sleep 10
env:
- DATABASE_URL=postgres://postgres@localhost:5432/postgres
global:
- DATABASE_URL=postgres://postgres@localhost:5432/postgres
install:
- "pip install 'tox>=2.0.2,<3.0.0'"
- pip install coveralls
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34,js,docs
envlist = py27,py34,js,docs
skip_missing_interpreters = True
skipsdist = True

Expand Down

0 comments on commit 445d54c

Please sign in to comment.