Skip to content

Commit

Permalink
Update references from toml-test fork to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
uiri committed Jul 3, 2018
1 parent ad89179 commit ec4b5bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ addons:
- golang
before_install:
- export GOPATH=~/go
- go get github.com/uiri/toml-test
- go get github.com/BurntSushi/toml-test
install:
- pip install tox-travis
- python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Directions
----------

1. Install `Go <https://golang.org/>`_ (AKA golang)
2. Get the toml-test suite from `here <https://github.com/uiri/toml-test>`_
2. Get the toml-test suite from `here <https://github.com/BurntSushi/toml-test>`_
and follow the instructions under the **Try it out** section of the README.
3. Test your changes for both versions of Python:

Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ TOML

A Python library for parsing and creating `TOML <https://en.wikipedia.org/wiki/TOML>`_.

The module passes `the TOML test suite <https://github.com/uiri/toml-test>`_
which is a fork of `BurntSushi's TOML test suite <https://github.com/BurntSushi/toml-test>`_.
The module passes `the TOML test suite <https://github.com/BurntSushi/toml-test>`_.

See also:

Expand Down
2 changes: 1 addition & 1 deletion tests/tox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "${version/Python 3.3}" != "$version" ]; then
exit 0
fi

git clone https://github.com/uiri/toml-test
git clone https://github.com/BurntSushi/toml-test
tox
r=$?

Expand Down

0 comments on commit ec4b5bd

Please sign in to comment.