Skip to content

Commit

Permalink
updating travis build to skip --upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Apr 12, 2018
1 parent 43c97ed commit 9f0cc1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ before_install:
- export PIP_USE_MIRRORS=true

install:
- pip install --upgrade -e .
- pip install -e .

script:
- echo "Starting Linting Tests"
# - echo "Starting Linting Tests"
# - flake8 .
# - pycodestyle --exclude=./simulations,.tox,.eggs
- echo "Starting Unit Tests"
Expand Down

0 comments on commit 9f0cc1e

Please sign in to comment.