Attempt to build in Travis with python & virtualenv. #116

This commit is contained in:
Andrey Smirnov
2014-10-10 19:28:04 +04:00
parent ebc223a895
commit bf08ad800f
+4 -1
View File
@@ -10,7 +10,10 @@ env:
- secure: "V7OjWrfQ8UbktgT036jYQPb/7GJT3Ol9LObDr8FYlzsQ+F1uj2wLac6ePuxcOS4FwWOJinWGM1h+JiFkbxbyFqfRNJ0jj0O2p93QyDojxFVOn1mXqqvV66KFqAWR2Vzkny/gDvj8LTvdB1cgAIm2FNOkQc6E1BFnyWS2sN9ea5E="
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y python-boto python-requests
- sudo apt-get install -y python-virtualenv
- virtualenv env
- . env/bin/activate
- pip install boto requests
install:
- make prepare