Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
before_script: "bundle install"
script: "rake install prereqs"
before_script:
- "bundle install"
- "sudo apt-get update -qq"
- "sudo apt-get install -qq python-numpy python-scipy"
script: "rake install_prereqs"
2 changes: 1 addition & 1 deletion requirements/edx/pre.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

# Numpy and scipy can't be installed in the same pip run.
# Install numpy before other things to help resolve the problem.
numpy==1.6.2
numpy==1.6.1
1 change: 1 addition & 0 deletions test_file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@