Skip to content

Commit

Permalink
Update test run for different python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Oct 30, 2018
1 parent 67cde52 commit b6b78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
sudo: true

install:
- pip install -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION < 3 ]]; then pip install -r requirements2.txt; else pip install -r requirements.txt; fi

script:
- flake8 sevenbridges
Expand Down

0 comments on commit b6b78f5

Please sign in to comment.