Skip to content

Commit

Permalink
Trim travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 5, 2016
1 parent abdfc0c commit a3e6106
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
@@ -1,20 +1,12 @@
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
python:
- "2.7"
- "3.5"
env:
- DJANGO_VERSION=1.9.10
- DJANGO_VERSION=1.10.2
matrix:
exclude:
- python: "3.5"
env: "DJANGO_VERSION=1.7.11"
install:
- export XDG_CACHE_HOME=$HOME/.cache/
- pip install -q Django==$DJANGO_VERSION
- pip install -r requirements.txt
script:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,4 +1,3 @@
Django
PyYAML
coverage
greeking
Expand Down

0 comments on commit a3e6106

Please sign in to comment.