Skip to content

Commit

Permalink
Revert "is sudo required for travis"
Browse files Browse the repository at this point in the history
This reverts commit ddd3bc5.
  • Loading branch information
mikofski committed Jul 12, 2016
1 parent ddd3bc5 commit 976233a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: python
sudo: required
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libatlas-dev liblapack-dev libblas-dev gfortran
before_script:
- python /home/travis/build/SunPower/SolarUtils/setup.py bdist_wheel
- pip install /home/travis/build/SunPower/SolarUtils/dist/SolarUtils-*.whl
Expand Down

0 comments on commit 976233a

Please sign in to comment.