Skip to content

Commit

Permalink
change python version and remove capitals
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoughton committed Aug 24, 2020
1 parent 4e3dd47 commit 7b20045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- "3.6"
# - "3.7" not available on travis as OpenSSL 1.0.2+ is not available on Ubuntu Trusty
- "3.7"

install:
- pip install -r requirements-dev.txt
Expand All @@ -10,7 +9,7 @@ install:
- pip freeze

script:
- python -m pytest --cov=India5G tests
- python -m pytest --cov=india5g tests

after_success:
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then coveralls || echo "failed"; fi
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.7" ]]; then coveralls || echo "failed"; fi
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
5G Assessment for India (India5G)
====
[![Build Status](https://travis-ci.com/edwardoughton/india5g.svg?branch=master)](https://travis-ci.com/edwardoughton/india5g)
[![Coverage Status](https://coveralls.io/repos/github/edwardoughton/India5G/badge.svg)](https://coveralls.io/github/edwardoughton/India5G?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/edwardoughton/india5g/badge.svg)](https://coveralls.io/github/edwardoughton/india5g?branch=master)

This codebase is an adaptation of the Python Telecommunication Assessment Library (pytal)
applied to India. The repo enables 5G strategies to be tested with the ultimate aim of
Expand Down

0 comments on commit 7b20045

Please sign in to comment.