cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

updated .travis.yml to use cfpb sauce credentials #677

Closed OrlandoSoto closed 9 years ago

OrlandoSoto commented 9 years ago

updated Sauce credentials following instruction in Travis docs:

https://docs.saucelabs.com/ci-integrations/travis-ci/#code-block-2

ascott1 commented 9 years ago

@OrlandoSoto what do we need to do for Travis to pass on this? Will it fail until it is merged?

OrlandoSoto commented 9 years ago

hmm this is kinda weird, the error log file is complaining about this step:

File "/tmp/easy_install-_dtKRn/pylint-1.4.0/setup.py", line 123 exclude = {'invalid_encoded_data*', ^ SyntaxError: invalid syntax An error occurred when trying to install pylint 1.4.0. Look above this message for any errors that were output by easy_install. While: Installing pylint. Getting distribution for 'pylint'. Error: Couldn't install: pylint 1.4.0

ascott1 commented 9 years ago

I've gotten lots of weird travis errors with this repo over the last few months. Going to re-run and see if that fixes it.

cmc333333 commented 9 years ago

You need to merge #675; Travis is downloading Django 1.7, which is incompatible with Python 2.6

ascott1 commented 9 years ago

Thannks @cmc333333! :heart:

OrlandoSoto commented 9 years ago

yes, thanks @cmc333333 !!

ascott1 commented 9 years ago

@OrlandoSoto do you mind merging that other PR and then I'll return the favor here?

OrlandoSoto commented 9 years ago

@ascott1 you got it!

ascott1 commented 9 years ago

Excellent. I'm going to re-run Travis and then merge. :boom: