Skip to content

Commit 976233a

Browse files
committed
Revert "is sudo required for travis"
This reverts commit ddd3bc5.
1 parent ddd3bc5 commit 976233a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: python
2+
sudo: required
3+
before_install:
4+
- sudo apt-get -qq update
5+
- sudo apt-get install -y libatlas-dev liblapack-dev libblas-dev gfortran
26
before_script:
37
- python /home/travis/build/SunPower/SolarUtils/setup.py bdist_wheel
48
- pip install /home/travis/build/SunPower/SolarUtils/dist/SolarUtils-*.whl

0 commit comments

Comments
 (0)