Skip to content

Commit

Permalink
install new wheels from test.pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
btb committed Oct 23, 2018
1 parent e3ea760 commit 7860d4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ python:
- '3.6'
- '3.7-dev'
before_script:
- if [ $TRAVIS_PYTHON_VERSION = 2.7 ]; then pip install 'suds-community==0.7.1' ; fi
- if [ $TRAVIS_PYTHON_VERSION != 2.7 ]; then pip install 'suds-community==0.7.0' ; fi
#- if [ $TRAVIS_PYTHON_VERSION = 2.7 ]; then pip install 'suds-community==0.7.1' ; fi
#- if [ $TRAVIS_PYTHON_VERSION != 2.7 ]; then pip install 'suds-community==0.7.0' ; fi
- pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple suds-community
- if [ $TRAVIS_PYTHON_VERSION = 2.7 ]; then pip install 'commonconf<1.0' ; fi
- pip install -e .
- pip install pycodestyle
Expand Down

0 comments on commit 7860d4a

Please sign in to comment.