Skip to content

Commit

Permalink
Merge pull request #196 from loles/speedup_accel
Browse files Browse the repository at this point in the history
Do not create virtualenv on travis
  • Loading branch information
pigmej committed Sep 24, 2015
2 parents f0542a6 + a2ea59b commit 615397b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ cache:
install:
- pip install pip-accel
- pip-accel install coveralls
- pip-accel install -r solar/test-requirements.txt
script:
- ./run_tests.sh
- cd solar && py.test --cov=solar -s solar && cd ..
services:
- redis-server
after_success:
Expand Down

0 comments on commit 615397b

Please sign in to comment.