Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Add python 3.6 and remove code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Apr 6, 2018
1 parent 0458140 commit c267cf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

# command to install dependencies
install: "pip install -r requirements-dev.txt"
Expand Down
19 changes: 0 additions & 19 deletions README.md
Expand Up @@ -63,25 +63,6 @@ To run tests:
$ py.test
```

### Code Analysis

[`coala`](https://github.com/coala-analyzer/coala) is used to lint and format
code.

To analyze code using `coala`:

```
$ coala
```

There also other checks that you can run with coala:

```
$ coala pylint # checks the whole codebase against pylint.
$ coala invalidlinks # checks docs for invalid links.
$ coala imports # sort imports
```

## Contributing

There are multiple ways you can contibute to Pydsa
Expand Down

0 comments on commit c267cf3

Please sign in to comment.