Skip to content

Commit

Permalink
pacman instaling pytest when doing ci tests with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-stokes committed Apr 27, 2015
1 parent 6762d8e commit 9c06820
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ language: python
matrix:
include:
- python: "2.7"
env: TEST_SUITE=suite_2_7

virtualenv:
system_site_packages: true

before_install:
- sudo apt-get install -qq python-pytest

before_script:
- python ./setup.py install
script: pytest

0 comments on commit 9c06820

Please sign in to comment.