Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #968 from gratipay/Travis-CI-tuning
Browse files Browse the repository at this point in the history
Travis ci tuning
  • Loading branch information
chadwhitacre authored Jan 16, 2017
2 parents 8970b1e + c4aa6a9 commit 40daa8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
language: python
sudo: false
git:
depth: 5
python:
- '2.7'
install:
- if [ "${TRAVIS_BRANCH}" = "master" -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then
rm -rf env; fi
- touch requirements.txt requirements_tests.txt
- make env
- make env -j2
cache:
directories:
- env/bin
- env/lib/python2.7/site-packages
script: make test
script: make test -j2
branches:
only:
- master
Expand Down

0 comments on commit 40daa8f

Please sign in to comment.