Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
[ci] Re-enable pip cache on Travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 24, 2017
1 parent 94e158a commit ddee69d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
sudo: false
cache: pip

python:
- "3.4"
Expand All @@ -17,12 +18,10 @@ before_install:
- ./runflake8
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then ./runisort; fi

# command to install requirements
install:
- pip install $DJANGO
- python setup.py -q develop

# command to run tests, e.g. python setup.py test
script:
- coverage run --source=django_netjsonconfig runtests.py

Expand Down

0 comments on commit ddee69d

Please sign in to comment.