Skip to content

Commit

Permalink
#98 python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 14, 2020
1 parent 32934be commit f18d1d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ addons:
sources:
- deadsnakes
packages:
- python3.8
- python3.7
- libmagic1
- libmagic-dev
script:
Expand All @@ -23,6 +23,8 @@ before_install:
- sudo apt-get install python3 python3-pip python3-setuptools
- rvm install 2.6.0
- rvm use 2.6.0
- python --version
- pip3 --version
install:
- gem install pdd -v 0.20.5
- gem install est -v 0.3.4
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -218,7 +218,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
<tags>
<tag>
<name>todo</name>
Expand Down

0 comments on commit f18d1d8

Please sign in to comment.