Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rupav authored May 15, 2018
1 parent 626e65a commit 54ddd56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ python:
# - "3.6-dev"
# - "3.7-dev"
sudo: required
before_install:
- sudo apt-get -qq update
- sudo apt-get install python3-pip
#before_install:
#- sudo apt-get -qq update
#- sudo apt-get install python3-pip
#- sudo apt-get install python-virtualenv
install:


#- pip3 install -r requirements.txt
#- virtualenv -p python3 ../candis_env
#- source ../candis_env/bin/activate
- sudo pip3 install numpy
- sudo pip3 install pandas
- sudo pip3 install urllib3
#- sudo pip3 install numpy
#- sudo pip3 install pandas
#- sudo pip3 install urllib3
#- pip3 install pandas
#- sudo apt-get install python-urllib3
#- sudo -H pip3 install chardet
Expand Down

0 comments on commit 54ddd56

Please sign in to comment.