Skip to content

Commit

Permalink
remove --user, but install numpy first.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jul 22, 2016
1 parent e13fd6e commit fbf1b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ language: python
python:
- "2.7"
install:
- pip install --user numpy
- pip install numpy
script: nosetests

0 comments on commit fbf1b84

Please sign in to comment.