Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/okfn/goodtables-web
Browse files Browse the repository at this point in the history
  • Loading branch information
danfowler committed Aug 28, 2015
2 parents 0c886e9 + 8b5382c commit 5fe41db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ python:
- 3.4

install:
- pip install --upgrade -r requirements/base.txt
- pip install --upgrade -r requirements/local.txt
- pip install --upgrade -r requirements/test.txt
- pip install coveralls

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1 +1 @@
-r requirements/local.txt
-r requirements/base.txt
2 changes: 0 additions & 2 deletions requirements/local.txt
@@ -1,4 +1,2 @@
-r base.txt

ipython
ipdb
2 changes: 0 additions & 2 deletions requirements/test.txt
@@ -1,5 +1,3 @@
-r base.txt

coverage
pytest
pytest-cov
Expand Down
2 changes: 2 additions & 0 deletions shippable.yaml
Expand Up @@ -6,6 +6,8 @@ python:
- 3.4

install:
- pip install --upgrade -r requirements/base.txt
- pip install --upgrade -r requirements/local.txt
- pip install --upgrade -r requirements/test.txt

before_script:
Expand Down

0 comments on commit 5fe41db

Please sign in to comment.