Skip to content

Commit

Permalink
reordered pip statements in travis file to properly test different ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
dlareau committed Jan 13, 2020
1 parent c310b49 commit 788d35b
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 @@ -16,8 +16,8 @@ before_install:
- export DJANGO_SETTINGS_MODULE="puzzlehunt_server.settings.travis_settings"

install:
- pip install -q Django==$DJANGO
- pip install -r requirements.txt
- pip install -q Django==$DJANGO
- pip install coveralls
- pip freeze
- mkdir -p ./media/puzzles
Expand Down

0 comments on commit 788d35b

Please sign in to comment.