Skip to content

Commit

Permalink
Test installation for each version of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
markgollnick committed Jan 13, 2018
1 parent 64543eb commit da14b98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
Expand All @@ -14,10 +15,12 @@ install:

# commands to run tests
script:
- python -m setup check -r -s
- '[ "$$TRAVIS_PYTHON_VERSION" != "2.6" ] && python -m setup check -r s || true'
- flake8
- pep257
- nosetests
- python -m setup install
- python -m deepest --version

# upload coverage data to coveralls.io
after_success:
Expand Down

0 comments on commit da14b98

Please sign in to comment.