Skip to content

Commit ff0459d

Browse files
committed
added init to test folder
1 parent 6e0b2af commit ff0459d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ python:
55
cache: pip
66
install:
77
- pip install -e .
8-
- pip install -r requirements.txt --ignore-installed
9-
- pip install numpy -I
8+
- pip install -r requirements.txt
9+
- pip install -U numpy
1010

1111
# keep build from timing out
1212
dist: xenial

0 commit comments

Comments
 (0)