Skip to content
Merged
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
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
sudo: false
sudo: required
language: python
env:
- DJ_TEST_HOST="127.0.0.1" DJ_TEST_USER="root" DJ_TEST_PASSWORD="" DJ_HOST="127.0.0.1" DJ_USER="root" DJ_PASSWORD=""
python:
- "3.4"
- "3.5"
services: mysql
addons:
apt:
packages:
- libblas-dev
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libblas-dev liblapack-dev libatlas-dev gfortran
install:
- pip install -r requirements.txt
- travis_wait 30 pip install -r requirements.txt
- pip install nose nose-cov python-coveralls
# command to run tests
script:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
scipy
pymysql
pyparsing
networkx
Expand Down