Skip to content

Commit

Permalink
revert old commit, as it was intended...
Browse files Browse the repository at this point in the history
we need this to be sure the package is installable
  • Loading branch information
Kyria committed Dec 19, 2016
1 parent f6ecc32 commit 1dc1ce3
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 @@ -9,10 +9,11 @@ python:
- "pypy3"

install:
- pip install .
- pip install -r requirements.txt

script:
- flake8 esipy
- flake8 esipy
- coverage run setup.py test

after_success: coveralls

0 comments on commit 1dc1ce3

Please sign in to comment.