diff options
| author | JensDiemer <git@jensdiemer.de> | 2015-06-02 16:39:44 +0200 |
|---|---|---|
| committer | JensDiemer <git@jensdiemer.de> | 2015-06-02 16:39:44 +0200 |
| commit | 4ff6eb4f3454e92b50408541d3ed72215cfc4682 (patch) | |
| tree | 30e47f6c4f95e147354a11ce3fee1ea2ee1d876f | |
| parent | ecc22075a5433e91075700e1e928a63b96090de7 (diff) | |
| download | creole-refactor.tar.gz | |
bixfix travis config?refactor
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5e2bf7a..eb7652a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ python: - "pypy3" install: - - "pip install --verbose nose "textile>=2.1.8" docutils pygments coveralls" - - "pip install ." + - pip install --verbose nose "textile>=2.1.8" docutils pygments coveralls + - pip install . script: - coverage run ./setup.py nosetests |
