Skip to content

Commit

Permalink
Cache pip and install latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 3, 2018
1 parent 35c8e0a commit 416ab92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,4 +1,5 @@
language: python
cache: pip

python:
- pypy
Expand All @@ -11,14 +12,14 @@ python:
sudo: false

install:
- pip install -r requirements.txt
- pip install coverage
- pip install -Ur requirements.txt
- pip install -U coverage

script:
- coverage run --source=fngbot ./test_fngbot.py

after_success:
- pip install coveralls
- pip install -U coveralls
- coveralls

after_script:
Expand Down

0 comments on commit 416ab92

Please sign in to comment.