Skip to content

Commit

Permalink
rename testing files so we an use gemnasium
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Jan 26, 2015
1 parent 8eaeb5e commit 4497a07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
services:
- elasticsearch

install: pip install -r requirements/dev.txt
install: pip install -r requirements/testing.txt

before_install:
- echo "Fetching and installing BLAST"
Expand Down
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Django==1.7.3
3 changes: 2 additions & 1 deletion requirements/dev-win.txt → requirements/testing-win.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Django==1.7.2
-r base.txt

Unipath==1.0
coverage==3.7.1
nose==1.3.4
Expand Down
3 changes: 2 additions & 1 deletion requirements/dev.txt → requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Django==1.7.2
-r base.txt

Unipath==1.0
coverage==3.7.1
nose==1.3.4
Expand Down

0 comments on commit 4497a07

Please sign in to comment.