Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from Blueshoe/mammuth/travis
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
mammuth committed Apr 30, 2018
2 parents 89200a3 + 2931ca2 commit ca6ba87
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
@@ -1,13 +1,7 @@
language: python
python:
- "2.7.9"

sudo: required
dist: trusty # python3.5 and 3.6 are preinstalled here

branches: master # This way push builds will only run on master branch. Does not affect PR builds.


env:
- TOX_ENV=flake8
- TOX_ENV=py27-latest
Expand All @@ -24,10 +18,7 @@ env:
- TOX_ENV=py35-dj19-cms33

install:
- pip install tox tox-pyenv coverage
# pinning the versions is a bad hack?
- pyenv local 2.7.9 3.5.3

- pip install tox coverage

script:
- tox -e $TOX_ENV

0 comments on commit ca6ba87

Please sign in to comment.