Skip to content

Commit

Permalink
pacman yet again trying to get travis to work with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-stokes committed Apr 27, 2015
1 parent cff1cd1 commit 966db0c
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 @@ -2,10 +2,11 @@ language: python
matrix:
include:
- python: "2.7"
- pytest

virtualenv:
system_site_packages: true

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

0 comments on commit 966db0c

Please sign in to comment.