Skip to content

Commit

Permalink
travis scipy openblas dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeissinger committed May 12, 2015
1 parent d91a595 commit 1bf0df5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
- "nightly"
# command to install dependencies
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc g++ gfortran build-essential libopenblas-dev liblapack-dev
install:
- "pip install -r requirements.txt"
# command to run tests
Expand Down
Empty file modified opendeep/data/tests/test_mnist.py
100755 → 100644
Empty file.

0 comments on commit 1bf0df5

Please sign in to comment.